A lightweight real-time kernel written in C for embedded guidance, navigation, and control (GNC) systems.
Configure the build:
cmake --preset hostBuild the project:
cmake --build build/host| Preset | Target |
|---|---|
host |
Native host simulation |
mimxrt1064 |
NXP MIMXRT1064 |
Example:
cmake --preset mimxrt1064
cmake --build build/mimxrt1064