esp32s2beta: dport_access simplify

Closes: IDF-755
This commit is contained in:
KonstantinKondrashov
2019-07-01 14:17:46 +08:00
committed by bot
parent cbc153786d
commit d4ca0e186d
8 changed files with 17 additions and 409 deletions

View File

@@ -236,7 +236,6 @@ void panicHandler(XtExcFrame *frame)
#endif //!CONFIG_FREERTOS_UNICORE
haltOtherCore();
esp_dport_access_int_abort();
panicPutStr("Guru Meditation Error: Core ");
panicPutDec(core_id);
panicPutStr(" panic'ed (");
@@ -306,7 +305,6 @@ void panicHandler(XtExcFrame *frame)
void xt_unhandled_exception(XtExcFrame *frame)
{
haltOtherCore();
esp_dport_access_int_abort();
if (!abort_called) {
panicPutStr("Guru Meditation Error: Core ");
panicPutDec(xPortGetCoreID());