mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
daa950d9ed
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test_backtrace.c | ||
test_delay.c | ||
test_ipc_isr.c | ||
test_ipc_isr.S | ||
test_ipc.c | ||
test_reset_reason.c | ||
test_sleep.c | ||
test_stack_check.c | ||
test_system_time.c | ||
test_task_wdt.c |