mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-23 11:48:08 +00:00
The interrupt stack for Xtensa targets is now declared in C, automatically moving it to .bss section instead of .data section. * Closes https://github.com/espressif/esp-idf/issues/9188