Files
esp-idf/components/esp32
Ivan Grokhotkov 8c307a5720 sleep: fix deadlock in esp_timer_impl_advance after light sleep
When light sleep is started, the other CPU gets halted using DPORT
stall mechanism. This can happen while it is inside an esp_timer
critical section, which may lead to a deadlock. This change adds
functions to take and release esp_timer lock before entering
DPORT critical section, preventing the deadlock.
2018-05-09 22:52:50 +08:00
..
2018-02-07 18:46:57 +03:00
2018-04-04 22:57:45 +08:00
2017-10-18 14:19:19 +08:00
2018-04-04 22:57:45 +08:00
2018-04-04 22:57:45 +08:00
2018-04-04 22:57:45 +08:00
2017-10-18 14:19:19 +08:00
2017-12-08 05:46:34 +03:00
2017-11-27 18:47:40 +08:00
2016-08-17 23:08:22 +08:00
2017-04-11 15:45:54 +08:00
2017-10-18 14:19:16 +08:00
2017-10-18 14:19:18 +08:00
2017-10-18 14:19:18 +08:00