Files
esp-idf/components/esp32
Ivan Grokhotkov 5328154a01 pm: prevent interrupt nesting during esp_pm_impl_isr_hook
Follows the approach proposed in https://github.com/espressif/esp-idf/pull/3110,
but masks the interrupts during the entire ISR hook, not only during
leave_idle. Interrupt nesting during update_ccompare may also cause
issues.

Closes https://github.com/espressif/esp-idf/issues/3057
2019-05-10 10:20:29 +08:00
..
2018-08-20 16:49:20 +08:00
2018-10-21 15:11:45 +08:00
2016-08-17 23:08:22 +08:00
2019-04-02 12:52:58 +11:00