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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.