freertos.rst 686 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. FreeRTOS
  2. ========
  3. Overview
  4. --------
  5. This section contains documentation of FreeRTOS types, functions, and macros. It is automatically generated from FreeRTOS header files.
  6. For more information about FreeRTOS features specific to ESP-IDF, see :doc:`ESP-IDF FreeRTOS SMP Changes<../../api-guides/freertos-smp>`
  7. and :doc:`ESP-IDF FreeRTOS Additions<freertos_additions>`.
  8. Task API
  9. --------
  10. .. include:: /_build/inc/task.inc
  11. Queue API
  12. ---------
  13. .. include:: /_build/inc/queue.inc
  14. Semaphore API
  15. -------------
  16. .. include:: /_build/inc/semphr.inc
  17. Timer API
  18. ---------
  19. .. include:: /_build/inc/timers.inc
  20. Event Group API
  21. ---------------
  22. .. include:: /_build/inc/event_groups.inc