Skip to content

Portable ⚡ Event-driven scheduler (Run 🏃 To Completion) OS 🔥 for microcontrollers

License

Notifications You must be signed in to change notification settings

kaizoku-oh/rtcos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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