ChibiOS

Designed for context-switch performance, the real-time kernel of ChibiOS has a well-established history, with more than 10 years of active development and a community of enthusiastic contributors and maintainers. The concept behind the scheduler is a fixed-priority preemption, with priority inheritance mechanisms for priority inversion avoidance. The scheduler is the core component of the ChibiOS architecture, which also includes a complete hardware abstraction layer, containing a high-level abstraction of multiple devices, and peripherals that are common across different platforms.

The design is based on multiple levels of abstractions, each designed to be as independent as possible from the others. The core of the operating system ...

Get Embedded Systems Architecture now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.