esp-idf/tools/test_apps/system/memprot/main/esp32c3
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
..
return_from_panic.S esp32c3: memprot API upgrade and test application 2021-04-12 13:44:11 +10:00
test_memprot_main.c System/Security: Memprot API unified (ESP32S3) 2022-06-20 02:36:44 +00:00
test_panic.c fix(panic): fixed cache error being reported as illegal instruction 2023-12-04 10:49:00 +08:00