mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
Docs: update CN trans for several docs in api-guides
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user