esp-idf/components/esp_common
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
..
include versions: Update version to 4.4.1 2022-04-16 09:43:14 +08:00
src add: Kconfig assert or errorcode option 2022-06-19 14:35:42 +00:00
test esp_common: add a case to test EXT_RAM_ATTR attribute 2021-07-31 11:02:13 +08:00
CMakeLists.txt System/Security: Memprot API unified (ESP32C3,ESP32S3) 2022-01-27 12:40:27 +08:00
Kconfig esp_common: move configs 2021-02-24 12:16:37 +08:00
common.lf esp_system: Fix esp32c2/esp32c3/esp32h2 TLS size 2022-07-01 15:19:21 +04:00
component.mk esp32: move common fragment definitions 2021-03-31 19:17:33 +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