rtcos
v1.3.4
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