mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-24 17:36:15 +00:00
10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
[mapping:main]
|
|
archive: libmain.a
|
|
entries:
|
|
* (noflash)
|
|
src1 (default)
|
|
src1:func1 (noflash);
|
|
text->iram0_text KEEP() ALIGN(9) ALIGN(12, post) SURROUND(sym1)
|
|
if SOC_RTC_MEM_SUPPORTED = y:
|
|
src1:func2 (rtc)
|