refactor(panic): refactor and unify cache panic errors

This commit is contained in:
Marius Vikhammer
2024-10-14 14:29:46 +02:00
parent 402fecee17
commit 9c5dde5536
19 changed files with 354 additions and 216 deletions
@@ -96,7 +96,7 @@ static void IRAM_ATTR cache_access_test_func(void* arg)
#endif
// These tests works properly if they resets the chip with the
// "Cache disabled but cached memory region accessed" reason and the correct CPU is logged.
// "Cache Error" reason and the correct CPU is logged.
static void invalid_access_to_cache_pro_cpu(void)
{
xTaskCreatePinnedToCore(&cache_access_test_func, "ia", 2048, NULL, 5, NULL, 0);