mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Merge branch 'bugfix/ldgen_test_app_failure' into 'master'
Fix ldgen_test app build failure See merge request espressif/esp-idf!12700
This commit is contained in:
commit
2e137391c2
@ -63,6 +63,7 @@
|
||||
- "tools/find_build_apps/**/*"
|
||||
|
||||
- "tools/test_apps/**/*"
|
||||
- "tools/ldgen/**/*"
|
||||
|
||||
.patterns-unit_test: &patterns-unit_test
|
||||
- "tools/ci/python_packages/gitlab_api.py"
|
||||
|
@ -4,5 +4,5 @@ entries:
|
||||
* (noflash)
|
||||
src1 (default)
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user