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
The All-in-One Commerce Platform for Businesses - Shopify
Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
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.