mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
feat(panic): supported more cache error cactch
This commit is contained in:
@@ -19,4 +19,6 @@
|
||||
|
||||
#define PANIC_RSN_CACHEERR 3
|
||||
|
||||
#define MCAUSE_ILLEGAL_INSTRUCTION 2
|
||||
#define MCAUSE_ILLIGAL_INSTRUCTION_ACCESS 1
|
||||
#define MCAUSE_ILLEGAL_INSTRUCTION 2
|
||||
#define MCAUSE_LOAD_ACCESS_FAULT 5
|
||||
|
Reference in New Issue
Block a user