esp-idf/components
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-04-17 16:36:49 +05:00
2018-04-30 14:22:45 +05:30
2018-02-28 10:17:14 +11:00
2018-04-25 14:54:09 +08:00