index.rst 773 B

123456789101112131415161718192021222324252627
  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. Inter-Processor Call <ipc>
  13. High Resolution Timer <esp_timer>
  14. Logging <log>
  15. Application Level Tracing <app_trace>
  16. Power Management <power_management>
  17. Sleep Modes <sleep_modes>
  18. Over The Air Updates (OTA) <ota>
  19. ESP HTTPS OTA <esp_https_ota>
  20. ESP pthread <esp_pthread>
  21. Error Codes and Helper Functions <esp_err>
  22. Miscellaneous System APIs <system>
  23. Example code for this API section is provided in :example:`system` directory of ESP-IDF examples.