index.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233
  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. Call function with external stack <esp_function_with_shared_stack>
  20. Interrupt Allocation <intr_alloc>
  21. Logging <log>
  22. Miscellaneous System APIs <system>
  23. Over The Air Updates (OTA) <ota>
  24. Performance Monitor <perfmon>
  25. Power Management <power_management>
  26. Sleep Modes <sleep_modes>
  27. Watchdogs <wdts>
  28. System Time <system_time>
  29. Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.