index.rst 1.2 KB

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