esp-idf/components/esp_pm
Darian Leung daa950d9ed freertos: Replace portSET_INTERRUPT_MASK_FROM_ISR() call for SMP
The behavior of portSET_INTERRUPT_MASK_FROM_ISR() has changed in SMP FreeRTOS. It's
previous behavior is now implemented in portDISABLE_INTERRUPTS() and portRESTORE_INTERRUPTS().

This commit replaces all portSET_INTERRUPT_MASK_FROM_ISR() and portCLEAR_INTERRUPT_MASK_FROM_ISR()
calls with portDISABLE_INTERRUPTS() and portRESTORE_INTERRUPTS() respectively
2022-05-30 06:11:24 +08:00
..
include
test gptimer: added enable/disable functions 2022-05-06 18:18:39 +08:00
CMakeLists.txt global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
Kconfig
linker.lf esp_system: Add arbitrary user feature to TWDT 2022-05-13 18:01:28 +08:00
pm_impl.c freertos: Replace portSET_INTERRUPT_MASK_FROM_ISR() call for SMP 2022-05-30 06:11:24 +08:00
pm_locks.c
pm_trace.c
sdkconfig.rename