A really simple, non-preemptive task scheduler.
-
Updated
Apr 29, 2020 - C
A really simple, non-preemptive task scheduler.
Schedule handling tool
Examples of both a hard time based scheduler and a more general purpose task scheduler that runs in "user mode" without running any significant code in interrupt context. Useful for embedded systems with limited resources. Can be used inside other programs to manage internal processes. Examples provided for "Blue Pill" development environment, u…
Add a description, image, and links to the simple-scheduler topic page so that developers can more easily learn about it.
To associate your repository with the simple-scheduler topic, visit your repo's landing page and select "manage topics."