esp-idf/components
Ivan Grokhotkov d31ee806be 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-04-17 07:13:52 +00:00
..
2019-04-12 09:31:23 +08:00
2019-04-12 02:24:28 +08:00
2019-04-12 09:31:23 +08:00
2019-03-27 20:24:28 +08:00