mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
27f5c90e2e
IDF FreeRTOS uses vTaskSuspendAll()/xTaskResumeAll() to stop preemption on a particular core. However, those functions behave differently in FreeRTOS SMP. This commit replaces all calls of vTaskSuspendAll()/xTaskResumeAll() with vTaskPreemptionDisable()/vTaskPreemptionEnable() when compiling with SMP FreeRTOS. |
||
---|---|---|
.. | ||
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 |