Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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

You can also run:

./make.sh

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

Packages

Contributors

Languages