kopia lustrzana https://github.com/espressif/esp-idf
69b317368e
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:
|
||
---|---|---|
.. | ||
subproject | ||
CMakeLists.txt | ||
Kconfig.projbuild | ||
project_include.cmake | ||
sdkconfig.rename |