Simple microkernel for MCUs. Implements basic features: multitasking, memory management, IPC and synchronization.
This repository contains source code, that can be used "as-it-is" on your MCU (if supported).
- Anything about usage and building placed in
docs/build. - Available system calls can be found in
docs/syscalls.
Table with all information can be found in docs/build too.