Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 902 Bytes

freertos.rst

File metadata and controls

42 lines (24 loc) · 902 Bytes

FreeRTOS

Overview

This section contains documentation of FreeRTOS types, functions, and macros. It is automatically generated from FreeRTOS header files.

Note

ESP-IDF FreeRTOS is based on the Xtensa port of FreeRTOS v8.2.0, however some functions of FreeRTOS v9.0.0 have been backported. See the backported-features for more information.

For more information about FreeRTOS features specific to ESP-IDF, see ESP-IDF FreeRTOS SMP Changes<../../api-guides/freertos-smp> and ESP-IDF FreeRTOS Additions<freertos_additions>.

Task API

inc/task.inc

Queue API

inc/queue.inc

Semaphore API

inc/semphr.inc

Timer API

inc/timers.inc

Event Group API

inc/event_groups.inc