Merge branch 'bugfix/scan_test_missing_build_apps_without_tests' into 'master'

ci: bugfix: scan_test missing build apps without tests

See merge request espressif/esp-idf!12138
This commit is contained in:
Ivan Grokhotkov
2021-01-28 17:48:24 +08:00
11 changed files with 40 additions and 23 deletions

View File

@@ -280,7 +280,7 @@ SECTIONS
. = SIZEOF(.flash.text);
. = ALIGN(0x10000) + 0x20;
_rodata_reserved_start = .;
} > drom0_0_seg
} > default_rodata_seg
/* When modifying the alignment, don't forget to update tls_section_alignment in pxPortInitialiseStack */
.flash.rodata : ALIGN(0x10)