mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 06:04:19 +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