RTOS

Real-Time Operating System

These systems typically consist of a resource-constrained microcontroller that executes an application which requires an interaction with external components.

实时性:RTOS的核心特性是实时性,它能够保证任务在严格的时间约束内完成。这通常分为硬实时(Hard Real-Time)和软实时(Soft Real-Time)两种:

FreeRTOS
Zephyr
NuttX