Files
esp-idf/docs/en/api-reference/system/freertos.rst
T

52 lines
952 B
ReStructuredText
Raw Normal View History

2017-12-01 12:50:45 +08:00
FreeRTOS
========
Overview
--------
This section contains documentation of FreeRTOS types, functions, and macros. It is automatically generated from FreeRTOS header files.
2020-07-27 14:40:47 +08:00
.. note::
ESP-IDF FreeRTOS is based on the Xtensa port of FreeRTOS v10.2.0,
2020-07-27 14:40:47 +08:00
2018-04-19 01:20:34 +08:00
For more information about FreeRTOS features specific to ESP-IDF, see :doc:`ESP-IDF FreeRTOS SMP Changes<../../api-guides/freertos-smp>`
and :doc:`ESP-IDF FreeRTOS Additions<freertos_additions>`.
2017-12-01 12:50:45 +08:00
Task API
--------
.. include-build-file:: inc/task.inc
2017-12-01 12:50:45 +08:00
Queue API
---------
.. include-build-file:: inc/queue.inc
2017-12-01 12:50:45 +08:00
Semaphore API
-------------
.. include-build-file:: inc/semphr.inc
2017-12-01 12:50:45 +08:00
Timer API
---------
.. include-build-file:: inc/timers.inc
2017-12-01 12:50:45 +08:00
Event Group API
---------------
.. include-build-file:: inc/event_groups.inc
2017-12-01 12:50:45 +08:00
Stream Buffer API
-----------------
2017-12-01 12:50:45 +08:00
.. include-build-file:: inc/stream_buffer.inc
Message Buffer API
------------------
.. include-build-file:: inc/message_buffer.inc