distortos is a lightweight real-time operating system (RTOS) designed for embedded systems, written in C++11. It targets ARM Cortex-M microcontrollers and is inspired by other embedded RTOSes like FreeRTOS but aims to provide a more modern C++ interface. distortos emphasizes modularity, portability, and ease of use in resource-constrained environments, making it ideal for IoT, robotics, and industrial automation applications. It includes a full-featured scheduler, thread management, and peripheral abstraction layers for common hardware components.
Features
- Real-time operating system for embedded ARM Cortex-M devices
- Written in modern C++11 with an object-oriented API
- Preemptive priority-based task scheduler
- Mutexes, semaphores, and message queues for inter-task communication
- Support for CMSIS and various STM32 microcontrollers
- Modular HAL (hardware abstraction layer) system
- Board support packages (BSPs) for multiple platforms
- Tickless idle mode for power efficiency
- Focus on clean design and maintainable embedded code
Categories
Operating SystemsLicense
Mozilla Public License 1.0 (MPL)Follow distortos
You Might Also Like
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 distortos!