Docs: update CN trans for several docs in api-guides

This commit is contained in:
Mo Fei Fei
2022-08-10 18:55:39 +08:00
committed by morris
parent 49d25e1888
commit 694c54595b
6 changed files with 31 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ For example, it may be necessary to place:
* critical code in RAM for performance reasons.
* executable code in IRAM so that it can be ran while cache is disabled.
:SOC_RTC_MEM_SUPPORTED: * code in RTC memory for use in a wake stub or the ULP coprocessor.
:SOC_RTC_MEM_SUPPORTED: * code in RTC memory for use in a wake stub.
:SOC_ULP_SUPPORTED: * code in RTC memory for use by the ULP coprocessor.
With the linker script generation mechanism, it is possible to specify these placements at the component level within ESP-IDF. The component presents information on how it would like to place its symbols, objects or the entire archive. During build, the information presented by the components are collected, parsed and processed; and the placement rules generated is used to link the app.