esp-idf/components/esp_system/port/include/private/esp_private
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
..
brownout.h move brownout trax cache_int_err to private folder 2021-11-26 18:27:53 +08:00
cache_err_int.h fix(panic): fixed cache error being reported as illegal instruction 2023-12-04 10:49:00 +08:00
esp_ipc_isr_port.h feat(esp_system): Support IPC_ISR for ESP32P4 2023-09-15 23:38:12 +08:00
hw_stack_guard.h fix(esp32p4): Fixed interrupt handling to use the CLIC controller 2023-08-31 12:16:08 +08:00
trax.h move brownout trax cache_int_err to private folder 2021-11-26 18:27:53 +08:00