esp-idf/components/freertos/FreeRTOS-Kernel/portable
Marius Vikhammer 4bf8d49159 fix(system): fixed potential double exception when booting on xtensa
Due to old windows from the startup flow being present after
switching to running freertos tasks  windowoverflow exceptions
could potentially try to save windows to the startup stack.

During this overflow they also values previously saved on the
startup stack to find earlier frames' stacks.
Since the start up stack was already recycled these values were
invalid and would cause a crash.

Closes https://github.com/espressif/esp-idf/issues/14406Y
2024-09-27 09:34:00 +08:00
..
linux docs(freertos): update freertos comments to reflect that stack size is in bytes 2024-08-20 09:26:09 +08:00
riscv change(build): Use integrated assembler with Clang for RISCV chips 2024-09-18 21:40:39 +03:00
xtensa fix(system): fixed potential double exception when booting on xtensa 2024-09-27 09:34:00 +08:00