index.rst 727 B

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