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

committed by
bot

parent
cbc153786d
commit
d4ca0e186d
@@ -274,9 +274,6 @@ void IRAM_ATTR esp_restart_noos()
|
||||
esp_cpu_stall(other_core_id);
|
||||
#endif
|
||||
|
||||
// Other core is now stalled, can access DPORT registers directly
|
||||
esp_dport_access_int_abort();
|
||||
|
||||
// Disable TG0/TG1 watchdogs
|
||||
TIMERG0.wdt_wprotect=TIMG_WDT_WKEY_VALUE;
|
||||
TIMERG0.wdt_config0.en = 0;
|
||||
|
Reference in New Issue
Block a user