mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
dport access: introduce pause/resume instead of deinit
This commit is contained in:
@@ -211,7 +211,7 @@ void panicHandler(XtExcFrame *frame)
|
||||
return;
|
||||
}
|
||||
haltOtherCore();
|
||||
esp_dport_access_int_deinit();
|
||||
esp_dport_access_int_pause();
|
||||
panicPutStr("Guru Meditation Error: Core ");
|
||||
panicPutDec(core_id);
|
||||
panicPutStr(" panic'ed (");
|
||||
@@ -264,7 +264,7 @@ void panicHandler(XtExcFrame *frame)
|
||||
void xt_unhandled_exception(XtExcFrame *frame)
|
||||
{
|
||||
haltOtherCore();
|
||||
esp_dport_access_int_deinit();
|
||||
esp_dport_access_int_pause();
|
||||
if (!abort_called) {
|
||||
panicPutStr("Guru Meditation Error of type ");
|
||||
int exccause = frame->exccause;
|
||||
|
Reference in New Issue
Block a user