index.rst 807 B

12345678910111213141516171819202122232425262728
  1. System API
  2. **********
  3. .. toctree::
  4. :maxdepth: 1
  5. FreeRTOS <freertos>
  6. FreeRTOS Additions <freertos_additions>
  7. Heap Memory Allocation <mem_alloc>
  8. Heap Memory Debugging <heap_debug>
  9. Himem (large external SPI RAM) API <himem>
  10. Interrupt Allocation <intr_alloc>
  11. Watchdogs <wdts>
  12. Inter-Processor Call <ipc>
  13. High Resolution Timer <esp_timer>
  14. Logging <log>
  15. Event Loop Library <esp_event>
  16. Application Level Tracing <app_trace>
  17. Power Management <power_management>
  18. Sleep Modes <sleep_modes>
  19. Over The Air Updates (OTA) <ota>
  20. ESP HTTPS OTA <esp_https_ota>
  21. ESP pthread <esp_pthread>
  22. Error Codes and Helper Functions <esp_err>
  23. Miscellaneous System APIs <system>
  24. Example code for this API section is provided in :example:`system` directory of ESP-IDF examples.