docs: Updated CN translation for index files in api-guides and api-reference

This commit is contained in:
Shang Zhou
2021-12-30 18:50:55 +08:00
parent 46d5f92533
commit 33a00cf197
17 changed files with 295 additions and 234 deletions
+31 -29
View File
@@ -1,37 +1,39 @@
System API
**********
:link_to_translation:`zh_CN:[中文]`
.. toctree::
:maxdepth: 1
App image format <app_image_format>
Application Level Tracing <app_trace>
:SOC_ASYNC_MEMCPY_SUPPORTED: Async Memory Copy <async_memcpy>
Console Component <console>
eFuse Manager <efuse>
Error Codes and Helper Functions <esp_err>
ESP HTTPS OTA <esp_https_ota>
POSIX Threads Support <pthread>
Event Loop Library <esp_event>
FreeRTOS <freertos>
FreeRTOS Supplemental Features <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>
:not CONFIG_FREERTOS_UNICORE: 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>
:CONFIG_IDF_TARGET_ARCH_XTENSA: Performance Monitor <perfmon>
Power Management <power_management>
Random Number Generation <random>
Sleep Modes <sleep_modes>
Watchdogs <wdts>
System Time <system_time>
Internal and Unstable API <internal-unstable>
app_image_format
app_trace
esp_function_with_shared_stack
console
efuse
esp_err
esp_https_ota
esp_event
freertos
freertos_additions
mem_alloc
heap_debug
esp_timer
internal-unstable
:not CONFIG_FREERTOS_UNICORE: ipc
intr_alloc
log
system
ota
:CONFIG_IDF_TARGET_ARCH_XTENSA: perfmon
power_management
pthread
random
sleep_modes
system_time
:SOC_ASYNC_MEMCPY_SUPPORTED: async_memcpy
:esp32: himem
wdts
Code examples for this API section are provided in the :example:`system` directory of ESP-IDF examples.