freertos.rst 696 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. Task API
  8. --------
  9. .. include:: /_build/inc/task.inc
  10. Queue API
  11. ---------
  12. .. include:: /_build/inc/queue.inc
  13. Semaphore API
  14. -------------
  15. .. include:: /_build/inc/semphr.inc
  16. Timer API
  17. ---------
  18. .. include:: /_build/inc/timers.inc
  19. Event Group API
  20. ---------------
  21. .. include:: /_build/inc/event_groups.inc
  22. Ringbuffer API
  23. --------------
  24. .. include:: /_build/inc/ringbuf.inc