mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
024eb7218d
Previously, documentation sections that were only meant for multicore ESP targets would use tags that depend on CONFIG_FREERTOS_UNICORE or CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE. This is not ideal as project configuration can be changed by the user. This commit updates those tags to use SOC_HP_CPU_HAS_MULTIPLE_CORES which is always defined in multicore targets regardless of project configuration.
49 lines
976 B
ReStructuredText
49 lines
976 B
ReStructuredText
系统 API
|
|
********
|
|
|
|
:link_to_translation:`en:[English]`
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
app_image_format
|
|
bootloader_image_format
|
|
app_trace
|
|
esp_function_with_shared_stack
|
|
chip_revision
|
|
console
|
|
efuse
|
|
esp_err
|
|
esp_https_ota
|
|
esp_event
|
|
freertos
|
|
freertos_idf
|
|
freertos_additions
|
|
mem_alloc
|
|
mm
|
|
:SOC_PSRAM_DMA_CAPABLE or SOC_CACHE_INTERNAL_MEM_VIA_L1CACHE: mm_sync
|
|
heap_debug
|
|
esp_timer
|
|
internal-unstable
|
|
:SOC_HP_CPU_HAS_MULTIPLE_CORES: ipc
|
|
intr_alloc
|
|
log
|
|
misc_system_api
|
|
ota
|
|
:CONFIG_IDF_TARGET_ARCH_XTENSA: perfmon
|
|
power_management
|
|
pthread
|
|
random
|
|
sleep_modes
|
|
soc_caps
|
|
system_time
|
|
:SOC_ASYNC_MEMCPY_SUPPORTED: async_memcpy
|
|
:esp32: himem
|
|
:SOC_ULP_FSM_SUPPORTED: ulp
|
|
:SOC_RISCV_COPROC_SUPPORTED: ulp-risc-v
|
|
:SOC_LP_CORE_SUPPORTED: ulp-lp-core
|
|
wdts
|
|
|
|
|
|
此部分 API 代码示例存放在 ESP-IDF 示例项目的 :example:`system` 目录下。
|