esp-idf/components/bootloader/subproject/main
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
..
ld esp_system: Fix esp32c2/esp32c3/esp32h2 TLS size 2022-06-27 03:29:08 +00:00
bootloader_hooks.h bootloader: override the 2nd stage bootloader 2021-07-05 10:25:32 +08:00
bootloader_start.c bootloader: Adds a level selection for the app's test pin. 2022-03-09 19:52:37 +08:00
CMakeLists.txt ESP8684: update bootloader, bootloader_support, esp_rom 2021-11-06 17:33:44 +08:00