feat(freertos): Enable cache when panic

Some function may disable cache.
This commit is contained in:
Dong Heng
2018-07-05 14:31:30 +08:00
parent f25de8ffe3
commit c42975f28f

View File

@ -89,6 +89,9 @@ static void IRAM_ATTR panic_stack(StackType_t *start, StackType_t *end)
*/
void IRAM_ATTR panicHandler(void *frame)
{
// for panic the function that disable cache
Cache_Read_Enable_New();
int *regs = (int *)frame;
int x, y;
const char *sdesc[] = {