Ivan Grokhotkov a72b1abc51 esp32: disable DPORT access protection when doing esp_restart
DPORT access protection can not work when the other CPU is stalled.
Writes to DPORT registers in esp_restart caused the program to hang due
to access protection, and the reset happened due to RTC_WDT, not SW_RST.
This change adds esp_dport_access_int_deinit function and calls it from
esp_restart once the other core is stalled.
2017-06-15 18:15:35 +08:00
..
2016-12-16 14:30:27 +08:00
2016-09-26 01:17:32 +08:00
2016-11-17 12:09:08 +08:00
2016-11-22 00:57:19 +08:00
2016-12-15 18:20:00 +08:00
2016-08-17 23:08:22 +08:00
2016-11-17 12:09:08 +08:00
2017-04-21 14:23:34 +10:00
2017-06-06 19:07:12 +08:00
2017-06-06 19:07:12 +08:00
2017-03-08 19:27:30 +08:00