esp-idf/components/bootloader/subproject
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
..
components/micro-ecc bootloader: update copyright notice 2021-06-02 14:22:09 +02:00
main esp_system: Fix esp32c2/esp32c3/esp32h2 TLS size 2022-07-01 15:19:21 +04:00
.gitignore build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
CMakeLists.txt bootloader: fix adding bootloader_components to EXTRA_COMPONENT_DIRS 2021-10-06 10:17:19 +02:00
Makefile make build system: fix build for undefined _lock_* funcs 2021-06-07 12:53:45 +07:00