esp-idf/tools/test_apps/system/memprot/main
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
..
esp32c3 fix(panic): fixed cache error being reported as illegal instruction 2023-12-04 10:49:00 +08:00
esp32s2 Clean IRAM and DRAM address space conversion macros 2022-07-29 17:07:39 +08:00
esp32s3 hal: Deprecate soc_hal.h and soc_ll.h interface 2022-07-22 00:06:06 +08:00
CMakeLists.txt System/Security: Memprot API unified (ESP32S3) 2022-06-20 02:36:44 +00:00
Kconfig.projbuild System/Security: Memprot API unified (ESP32C3) 2021-12-21 01:50:36 +01:00