This project is now in the research and development stage. It is intended for very small microcontrollers with a single processor and represent simple multithreading kernel what written by C language. Is planning create implementations for AVR8 and STM8, may be. Now it is suspended until better time.
Features
- Hardware driven preemptive multithreading
- Separate stack for interrupt handlers
- Supporting the reentrancy of the threads
- Quantization of the threads time
- Round-robin scheduling of the threads
- Two type semaphores for events and mutex
- Effective timeout control algotithm
- Automatic sleeping when idle
- Fully static implementation for tiny devices
- Do not require modifing the linkage structure
- Small footprint of the instructions code
- A small assembly code, as long as possible
- Applicable for Arduino ecosystem
License
Other LicenseOther Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Like OS!