mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02: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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user