Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pm: prevent interrupt nesting during esp_pm_impl_isr_hook
Follows the approach proposed in #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 #3057
- Loading branch information