esp-idf/components/bootloader/subproject/main/ld/esp32s3
Alexey Lapshin 69b317368e 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-06-27 03:29:08 +00:00
..
bootloader.ld esp_system: Fix esp32c2/esp32c3/esp32h2 TLS size 2022-06-27 03:29:08 +00:00
bootloader.rom.ld bootloader: add linker script for esp32s3 2020-07-20 10:51:05 +08:00