esp-idf/components/esp_system/port
Marius Vikhammer e543e97c7b system: fix SET_STACK macro crashing in windowoverflow8 exception
If a windowoverflow8 happened after changing the SP, the exception handler would look for
the extra save area by looking at the previous frame's SP. This SP would be a garbage value
and could cause the windowoverflow exception to write to invalid memory ares.
2022-03-04 15:25:52 +08:00
..
arch riscv: Use semihosting to set breakpoint and watchpoint when running under debugger 2022-02-24 08:55:40 +00:00
include move brownout trax cache_int_err to private folder 2021-11-26 18:27:53 +08:00
soc system: fix SET_STACK macro crashing in windowoverflow8 exception 2022-03-04 15:25:52 +08:00
brownout.c system: move kconfig options out of target component 2022-03-02 01:22:26 +00:00
CMakeLists.txt move brownout trax cache_int_err to private folder 2021-11-26 18:27:53 +08:00
cpu_start.c soc: Adds efuse hal 2022-02-24 22:20:09 +08:00
panic_handler.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00