2017-01-16 23:08:35 +01:00
|
|
|
System API
|
|
|
|
**********
|
|
|
|
|
|
|
|
.. toctree::
|
2019-08-13 16:01:50 +08:00
|
|
|
:maxdepth: 1
|
2017-01-16 23:08:35 +01:00
|
|
|
|
2019-08-13 16:01:50 +08:00
|
|
|
App image format <app_image_format>
|
|
|
|
Application Level Tracing <app_trace>
|
2021-03-12 15:20:41 +08:00
|
|
|
:SOC_ASYNC_MEMCPY_SUPPORTED: Async Memory Copy <async_memcpy>
|
2020-02-03 18:01:04 +08:00
|
|
|
Console Component <console>
|
2019-08-13 16:01:50 +08:00
|
|
|
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>
|
2019-12-09 11:01:09 +08:00
|
|
|
:esp32: Himem (large external SPI RAM) API <himem>
|
2021-03-12 15:20:41 +08:00
|
|
|
:not CONFIG_FREERTOS_UNICORE: Inter-Processor Call <ipc>
|
2020-03-31 13:58:02 -03:00
|
|
|
Call function with external stack <esp_function_with_shared_stack>
|
2019-08-13 16:01:50 +08:00
|
|
|
Interrupt Allocation <intr_alloc>
|
|
|
|
Logging <log>
|
|
|
|
Miscellaneous System APIs <system>
|
|
|
|
Over The Air Updates (OTA) <ota>
|
2021-03-12 15:20:41 +08:00
|
|
|
:CONFIG_IDF_TARGET_ARCH_XTENSA: Performance Monitor <perfmon>
|
2019-08-13 16:01:50 +08:00
|
|
|
Power Management <power_management>
|
|
|
|
Sleep Modes <sleep_modes>
|
|
|
|
Watchdogs <wdts>
|
2019-11-25 15:03:38 +08:00
|
|
|
System Time <system_time>
|
2020-09-02 19:57:39 +08:00
|
|
|
Internal and Unstable API <internal-unstable>
|
2017-01-16 23:08:35 +01:00
|
|
|
|
2017-01-18 21:04:11 +01:00
|
|
|
|
2019-04-11 15:33:38 +08:00
|
|
|
Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.
|