esp-idf/components/esp_system/port/soc/esp32s3
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
..
apb_backup_dma.c light sleep: add wifi mac sleep support for esp32s3 2021-08-04 21:58:33 +08:00
cache_err_int.c esp_rom: extract int matrix route and cpu ticks getter 2022-02-09 13:52:20 +08:00
clk.c esp_system: replace the range comparsion for reset reason in perip clk init with specific reset reason check, also add a test case in LEDC to check for the perip clk not being disabled after cpu reset 2022-02-09 15:54:34 +08:00
CMakeLists.txt IPC: Move ipc sources to esp_system 2021-11-11 10:30:01 +08:00
highint_hdl.S xtensa: Move saving of a0 register to match upstream 2022-02-03 17:08:14 +08:00
Kconfig.system system: move kconfig options out of target component 2022-03-02 01:22:26 +00:00
reset_reason.c soc: add reset reasons in soc component 2021-07-13 10:45:38 +08:00
system_internal.c system: fix SET_STACK macro crashing in windowoverflow8 exception 2022-03-04 15:25:52 +08:00
usb_console.c Support ESP32S3 Beta 3 target 2021-03-18 10:24:22 +08:00