Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.66 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.66 KB

RTCOS (Run To Completion Operating System)

GitHub Build workflow status GitHub release GitHub issues GitHub top language License: MIT Twitter follow

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.

TODO ✅

  • Add wiki documentation

  • Add Arduino wrapper

  • Add unit tests

Acknowledgments