esp-idf/components/esp_system/test
Darian Leung 27f5c90e2e freertos: Fix usage of vTaskSuspendAll()/xTaskResumeAll()
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.
2022-03-08 14:59:18 +08:00
..
CMakeLists.txt IPC: Move ipc sources to esp_system 2021-11-11 10:30:01 +08:00
test_backtrace.c esp_rom: extract int matrix route and cpu ticks getter 2022-02-09 13:52:20 +08:00
test_delay.c esp_common: move tests 2021-02-24 12:16:37 +08:00
test_ipc_isr.c freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
test_ipc_isr.S esp_ipc: Update documentation and API descriptions 2021-11-18 21:34:50 +08:00
test_ipc.c freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
test_reset_reason.c freertos: Remove critical nested macros 2021-10-22 13:17:20 +08:00
test_sleep.c freertos: Fix usage of vTaskSuspendAll()/xTaskResumeAll() 2022-03-08 14:59:18 +08:00
test_stack_check.c esp32: move stack check test 2021-03-31 19:13:03 +08:00
test_system_time.c esp_clk: refactor target/clk.h to private/esp_clk.h 2021-11-26 14:56:30 +08:00