mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
esp32s2beta: dport_access simplify
Closes: IDF-755
This commit is contained in:

committed by
bot

parent
cbc153786d
commit
d4ca0e186d
@@ -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());
|
||||
|
Reference in New Issue
Block a user