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
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.