mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-13 08:43:52 +00:00
feat(esp_system): Print backtrace for both CPUs when cache error does not determine CPU
This commit is contained in:
committed by
BOT
parent
6cbb5af66e
commit
3f82f6e93b
@@ -59,6 +59,10 @@ void test_assert(void);
|
||||
|
||||
void test_assert_cache_disabled(void);
|
||||
|
||||
void test_assert_cache_write_back_error_can_print_backtrace(void);
|
||||
|
||||
void test_assert_cache_write_back_error_can_print_backtrace2(void);
|
||||
|
||||
void test_illegal_access(void);
|
||||
|
||||
void test_capture_dram(void);
|
||||
|
||||
Reference in New Issue
Block a user