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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Like OS!