esp-idf/components/bootloader/subproject/main
Alexey Lapshin 09289fe451 esp_system: Fix esp32c2/esp32c3/esp32h2 TLS size
The change fixes thread-local-storage size by removing .srodata section
from it. It initially was included in TLS section by mistake.
The issue was found when stack size increased after building applications
with GCC-11.1 compiler. Stack size became bigger because some new data
appeared in .srodata. See more details here:
adce62f53d
2022-07-01 15:19:21 +04:00
..
ld esp_system: Fix esp32c2/esp32c3/esp32h2 TLS size 2022-07-01 15:19:21 +04:00
bootloader_hooks.h bootloader: override the 2nd stage bootloader 2021-07-05 10:25:32 +08:00
bootloader_start.c Merge branch 'feature/bootloader_pin_level_pr7089' into 'master' 2021-07-13 05:39:25 +00:00
CMakeLists.txt bootloader: override the 2nd stage bootloader 2021-07-05 10:25:32 +08:00
component.mk soc: move peripheral linker scripts out of target component 2021-07-22 12:55:01 +08:00