FREERTOS¶
Theory¶
What is RTOS? What is FreeRTOS?¶
RTOS stands for Real-Time Operating System. It is a system that can be used to control the execution of tasks in real time. RTOS is usually used in embedded systems. FreeRTOS is a free and open source RTOS. It is a portable, open source, mini real-time kernel.