index.rst 877 B

123456789101112131415161718192021222324252627282930
  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. eFuse Manager <efuse>
  13. Inter-Processor Call <ipc>
  14. High Resolution Timer <esp_timer>
  15. Logging <log>
  16. Event Loop Library <esp_event>
  17. Application Level Tracing <app_trace>
  18. Power Management <power_management>
  19. Sleep Modes <sleep_modes>
  20. Over The Air Updates (OTA) <ota>
  21. ESP HTTPS OTA <esp_https_ota>
  22. ESP pthread <esp_pthread>
  23. Error Codes and Helper Functions <esp_err>
  24. App image format <app_image_format>
  25. Miscellaneous System APIs <system>
  26. Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.