scmRTOS is tiny Real-Time Preemptive Operating System intended for use with Single-Chip Microcontrollers. scmRTOS is capable to run on small uCs with as little amount of RAM as 512 bytes. The RTOS is written on C++ and supports various platforms.
Features
- Preemptive multitasking
- Up to 31 user processes (tasks)
- Fast interprocess program control flow transfer
- Low RAM requirements
- Small footprint
License
MIT LicenseFollow scmRTOS
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Workes as it should
-
thanks man, great soft!
-
The proof that C++ not only is able but may even have advantages over C in restricted embedded programming.
-
Clean code and easy to use!
-
Very small and efficient RTOS with highly permissive MIT license. Without difficulty have ported it to several custom platforms. You need just a couple of hours to fully understand how it works.