esp-idf/components/bootloader
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
..
subproject esp_system: Fix esp32c2/esp32c3/esp32h2 TLS size 2022-07-01 15:19:21 +04:00
CMakeLists.txt esptool_py: Add esptool_py as a dependency for any component that uses it 2021-03-08 19:47:38 +11:00
component.mk Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
Kconfig.projbuild bootloader: Create option for enabling memory region protection 2022-05-16 09:39:51 -03:00
Makefile.projbuild bootloader: override the 2nd stage bootloader 2021-07-05 10:25:32 +08:00
project_include.cmake bootloader: override the 2nd stage bootloader 2021-07-05 10:25:32 +08:00
sdkconfig.rename feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-02-25 01:28:22 +05:30