esp-idf/components/bootloader
Alexey Lapshin 0f98788d59 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 16:08:04 +04:00
..
subproject esp_system: Fix esp32c2/esp32c3/esp32h2 TLS size 2022-07-01 16:08:04 +04:00
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
component.mk Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
Kconfig.projbuild esp32c3: Adds ECO4 revision 2022-04-08 18:25:16 +08:00
Makefile.projbuild bootloader: Fix error in Make build system when signature options is on 2021-04-22 07:27:08 +00:00
project_include.cmake bootloader: make bootloader offset address in flash configurable 2020-07-20 10:51:05 +08:00
sdkconfig.rename feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-02-25 01:28:22 +05:30