esp-idf/components/esp_common
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
..
include esp_common: add handling for designated inits for C++20 2022-06-17 16:44:17 +02:00
src System/Security: Memprot API unified (ESP32S3) 2022-06-20 02:36:44 +00:00
test esp_psram: new psram component 2022-06-14 15:44:27 +08:00
CMakeLists.txt build system: removed target component 2022-05-24 09:12:59 +08:00
common.lf esp_system: Fix esp32c2/esp32c3/esp32h2 TLS size 2022-06-27 03:29:08 +00:00
Kconfig esp_common: move configs 2021-02-24 12:16:37 +08:00
project_include.cmake cmake: don't run crosstool-version-check for clang 2021-09-16 10:54:27 +02:00
soc.lf esp32: move common fragment definitions 2021-03-31 19:17:33 +08:00