esp-idf/components/esp32c3/ld
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
..
esp32c3_fragments.lf esp_system: Fix esp32c2/esp32c3/esp32h2 TLS size 2022-07-01 16:08:04 +04:00
esp32c3.ld Tools: Fix memory calculations of idf_size.py 2021-09-01 16:36:48 +02:00
esp32c3.peripherals.ld usb_serial_jtag: support usb_serial_jtag on esp32c3 2021-10-11 17:34:24 +08:00
esp32c3.project.ld.in esp_system: Fix esp32c2/esp32c3/esp32h2 TLS size 2022-07-01 16:08:04 +04:00