esp-idf/components/esp_system/port/soc/esp32c6
Marius Vikhammer 9a6de4cb3e fix(panic): fixed cache error being reported as illegal instruction
On riscv chips accessing cache mapped memory regions over the ibus would
result in an illegal instructions exception triggering faster than the cache
error interrupt/exception.

Added a cache error check in the panic handler, if any cache errors are active
the panic handler will now report a cache error, even if the trigger exception
was a illegal instructions.
2023-12-04 10:49:00 +08:00
..
cache_err_int.c fix(panic): fixed cache error being reported as illegal instruction 2023-12-04 10:49:00 +08:00
clk.c feat(gptimer): use RCC atomic block to enable/reset peripheral 2023-08-22 17:05:35 +08:00
CMakeLists.txt feat(esp-system): moved common arch files out to common cmakelist 2023-08-29 16:14:43 +08:00
Kconfig.cpu clk_tree: Add basic clock support for esp32c6 2022-12-13 19:18:34 +08:00
Kconfig.system esp32c6: add esp_system support 2022-09-06 09:13:20 +00:00
reset_reason.c esp_system: Add reset reasons for USB_UART and USB_JTAG 2023-04-19 10:09:19 +08:00
system_internal.c mcpwm: reset peripheral in restart, panic and halt 2023-05-06 15:58:58 +08:00