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:
Angus Gratton 2021-03-11 07:46:38 +00:00
commit 2e137391c2
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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)