mirror of
https://github.com/espressif/esp-idf
synced 2025-03-22 23:49:10 -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