Skip to content

pradyunnkale/rtos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTOS

A lightweight real-time kernel written in C for embedded guidance, navigation, and control (GNC) systems.

Building

Configure the build:

cmake --preset host

Build the project:

cmake --build build/host

Available Presets

Preset Target
host Native host simulation
mimxrt1064 NXP MIMXRT1064

Example:

cmake --preset mimxrt1064
cmake --build build/mimxrt1064

About

Handwritten RTOS for learning how operating systems work on embedded devices, and an attempt to reduce latency for GNC systems for better performance due to low overhead.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors