| 12345678910111213141516171819202122232425262728293031323334 |
- System API
- **********
- .. toctree::
- :maxdepth: 1
- App image format <app_image_format>
- Application Level Tracing <app_trace>
- Console Component <console>
- eFuse Manager <efuse>
- Error Codes and Helper Functions <esp_err>
- ESP HTTPS OTA <esp_https_ota>
- ESP pthread <esp_pthread>
- Event Loop Library <esp_event>
- FreeRTOS <freertos>
- FreeRTOS Additions <freertos_additions>
- Heap Memory Allocation <mem_alloc>
- Heap Memory Debugging <heap_debug>
- High Resolution Timer <esp_timer>
- :esp32: Himem (large external SPI RAM) API <himem>
- :esp32: Inter-Processor Call <ipc>
- Call function with external stack <esp_function_with_shared_stack>
- Interrupt Allocation <intr_alloc>
- Logging <log>
- Miscellaneous System APIs <system>
- Over The Air Updates (OTA) <ota>
- Performance Monitor <perfmon>
- Power Management <power_management>
- Sleep Modes <sleep_modes>
- Watchdogs <wdts>
- System Time <system_time>
- Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.
|