This repository has been archived by the owner on Feb 16, 2025. It is now read-only.
Kernel #26
olavoasantos
announced in
Proposals
Kernel
#26
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@micra/kernel
Status
Type: Contract, Library
Start Date: 2022/03/16
Champion(s): @olavoasantos
Author(s): @olavoasantos
Epic: #19
Repository: https://github.com/micrajs/kernel
Issues: Project: kernel
Milestone: v0.1.0
Summary
Kernels are the core of a Micra application. These classes are responsible for determining how a given application should be executed based on all the services available. We can think of this as the main() function of your application. By creating a standard abstract interface, we can create any type of application we want by using the appropriate kernel implementation.
Motivation
TODO...
Description
TODO...
Comparison
Drawbacks
TODO...
Alternatives
TODO...
Implementations
TODO...
Q&A
TODO?
Beta Was this translation helpful? Give feedback.
All reactions