Merge branch 'feat/cache_error_c6_h2' into 'master'
fix(panic): fixed cache error being reported as illegal instruction Closes IDF-6398, IDF-5657, IDF-7015, and IDF-6733 See merge request espressif/esp-idf!27430
This commit is contained in:
@@ -75,6 +75,8 @@ void panic_arch_fill_info(void *frame, panic_info_t *info);
|
||||
|
||||
void panic_soc_fill_info(void *frame, panic_info_t *info);
|
||||
|
||||
bool panic_soc_check_pseudo_cause(void *f, panic_info_t *info);
|
||||
|
||||
void panic_print_registers(const void *frame, int core);
|
||||
|
||||
void panic_print_backtrace(const void *frame, int core);
|
||||
|
||||
Reference in New Issue
Block a user