index.rst 1.1 KB

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