2017-01-16 23:08:35 +01:00
|
|
|
System API
|
|
|
|
**********
|
|
|
|
|
2021-12-30 18:50:55 +08:00
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
|
2017-01-16 23:08:35 +01:00
|
|
|
.. toctree::
|
2019-08-13 16:01:50 +08:00
|
|
|
:maxdepth: 1
|
2017-01-16 23:08:35 +01:00
|
|
|
|
2021-12-30 18:50:55 +08:00
|
|
|
app_image_format
|
2022-12-14 01:16:56 +08:00
|
|
|
bootloader_image_format
|
2021-12-30 18:50:55 +08:00
|
|
|
app_trace
|
|
|
|
esp_function_with_shared_stack
|
2022-03-17 21:58:15 +08:00
|
|
|
chip_revision
|
2021-12-30 18:50:55 +08:00
|
|
|
console
|
|
|
|
efuse
|
|
|
|
esp_err
|
|
|
|
esp_https_ota
|
|
|
|
esp_event
|
|
|
|
freertos
|
2023-02-07 21:54:05 +08:00
|
|
|
freertos_idf
|
2021-12-30 18:50:55 +08:00
|
|
|
freertos_additions
|
|
|
|
mem_alloc
|
2023-03-21 16:15:13 +08:00
|
|
|
mm
|
2023-09-27 13:08:28 +08:00
|
|
|
:SOC_PSRAM_DMA_CAPABLE or SOC_CACHE_INTERNAL_MEM_VIA_L1CACHE: mm_sync
|
2021-12-30 18:50:55 +08:00
|
|
|
heap_debug
|
|
|
|
esp_timer
|
|
|
|
internal-unstable
|
2023-11-30 17:57:39 +08:00
|
|
|
:SOC_HP_CPU_HAS_MULTIPLE_CORES: ipc
|
2021-12-30 18:50:55 +08:00
|
|
|
intr_alloc
|
|
|
|
log
|
2022-03-30 10:31:50 +08:00
|
|
|
misc_system_api
|
2021-12-30 18:50:55 +08:00
|
|
|
ota
|
|
|
|
:CONFIG_IDF_TARGET_ARCH_XTENSA: perfmon
|
|
|
|
power_management
|
|
|
|
pthread
|
|
|
|
random
|
|
|
|
sleep_modes
|
2022-03-30 10:31:50 +08:00
|
|
|
soc_caps
|
2021-12-30 18:50:55 +08:00
|
|
|
system_time
|
|
|
|
:SOC_ASYNC_MEMCPY_SUPPORTED: async_memcpy
|
|
|
|
:esp32: himem
|
2023-03-09 14:14:09 +08:00
|
|
|
:SOC_ULP_FSM_SUPPORTED: ulp
|
2022-02-21 16:13:02 +05:30
|
|
|
:SOC_RISCV_COPROC_SUPPORTED: ulp-risc-v
|
2023-06-01 10:08:31 +08:00
|
|
|
:SOC_LP_CORE_SUPPORTED: ulp-lp-core
|
2021-12-30 18:50:55 +08:00
|
|
|
wdts
|
2022-03-24 14:57:51 +08: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.
|