mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 05:04:33 +02:00
tools: fix ldgen_test fragment file KEEP
This commit is contained in:
@@ -4,5 +4,5 @@ entries:
|
|||||||
* (noflash)
|
* (noflash)
|
||||||
src1 (default)
|
src1 (default)
|
||||||
src1:func1 (noflash);
|
src1:func1 (noflash);
|
||||||
text->iram0_text KEEP ALIGN(9) ALIGN(12, post) SURROUND(sym1)
|
text->iram0_text KEEP() ALIGN(9) ALIGN(12, post) SURROUND(sym1)
|
||||||
src1:func2 (rtc)
|
src1:func2 (rtc)
|
||||||
|
Reference in New Issue
Block a user