is an event-driven RTC (Run To Completion) scheduler dedicated to ultra constrained IoT devices.
RTCOS is written in pure C and doesn't depend on any thirdparty library to work.
Being hardware agnostic, RTCOS can work on any hardware platform that can provide a hardware timer tick and optionally an interface to enter and exit critical section.
-
Add wiki documentation
-
Add Arduino wrapper
-
Add unit tests
- This project is inspired from the work done by Jon Norenberg in rtcOS project.