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-11-25 19:26:30 +11:00
2017-05-12 15:41:51 +08:00
2016-11-22 21:54:49 +08:00
2017-04-17 23:26:29 +03:00
2017-05-12 15:41:51 +08:00
2017-01-12 14:15:30 +08:00
2017-04-13 15:27:38 +08:00
2017-04-26 12:43:22 +08:00
2017-02-20 23:53:25 +08:00
2017-01-11 20:51:28 +03:00
2016-10-27 16:50:28 +08:00
2017-02-22 14:40:36 +08:00
2016-12-16 14:30:27 +08:00
2017-06-15 18:15:35 +08:00
2017-05-10 10:15:07 +08:00
2017-06-13 21:48:48 +08:00
2016-12-01 23:49:12 -08:00
2016-11-15 12:10:02 +08:00
2017-05-31 17:20:17 +08:00
2016-11-17 12:09:08 +08:00
2016-12-01 19:17:48 +08:00
2017-01-11 11:38:17 +08:00
2016-11-22 00:57:19 +08:00
2017-05-31 17:20:17 +08:00
2017-04-26 21:13:02 +03:00
2017-03-23 14:28:27 +08:00
2016-12-15 18:20:00 +08:00
2017-05-11 12:05:55 +08:00
2016-11-17 12:09:08 +08:00
2017-04-21 14:23:34 +10:00
2016-11-22 21:14:36 +08:00
2016-11-22 21:14:36 +08:00
2017-06-06 19:07:12 +08:00
2017-06-06 19:07:12 +08:00
2017-01-11 12:13:11 +08:00
2016-11-11 10:51:33 +08:00
2017-03-08 19:27:30 +08:00