index.rst 933 B

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