mirror of
https://github.com/espressif/esp-idf
synced 2025-03-26 01:10:12 -04: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