esp-idf/components/freertos/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_context_save_clobber.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_context_save_clobber.S freertos: don't clobber a4 while spilling register windows 2020-09-02 15:40:41 +02:00
test_float_in_isr.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
test_freertos_backported_functions.c freertos: always enable static allocation 2020-12-29 16:18:04 +01:00
test_freertos_debug_functions.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_freertos_eventgroups.c unit_tests: replace legacy timer group with gptimer 2022-01-07 14:59:09 +08:00
test_freertos_get_state.c freertos: Fix various build errors 2022-03-08 14:59:18 +08:00
test_freertos_hooks.c freertos: Fix various build errors 2022-03-08 14:59:18 +08:00
test_freertos_isinisrcontext.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
test_freertos_mutex.c freertos: remove FREERTOS_ASSERT option 2022-01-07 09:16:48 +08:00
test_freertos_scheduling_round_robin.c freertos: Fix SMP round robin scheduling 2021-11-02 14:00:14 +08:00
test_freertos_scheduling_time.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
test_freertos_task_delay_until.c system: enable shared stack watchpoint 2021-02-18 15:38:30 +08:00
test_freertos_task_delete.c freertos: Add some comments about deleting tasks when using SMP 2021-04-13 03:40:10 +00:00
test_freertos_task_notify.c unit_tests: replace legacy timer group with gptimer 2022-01-07 14:59:09 +08:00
test_freertos_task_utilities.c freertos: Add missing INCLUDE_ configurations for some functions 2021-11-25 00:04:07 +08:00
test_freertos_trace_utilities.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_isr_latency.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
test_newlib_reent.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
test_panic.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
test_preemption.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
test_queuesets.c freertos: Add critical sections to queue sets. 2018-07-13 13:58:54 +08:00
test_spinlocks.c freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
test_stream_buffers.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_suspend_scheduler.c freertos: Fix usage of vTaskSuspendAll()/xTaskResumeAll() 2022-03-08 14:59:18 +08:00
test_task_priorities.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_task_suspend_resume.c freertos: Fix usage of vTaskSuspendAll()/xTaskResumeAll() 2022-03-08 14:59:18 +08:00
test_tasks_snapshot.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
test_thread_local.c test/freertos: add RISC-V support in thread local storage test 2021-01-24 12:38:15 +00:00
test_timers.c freertos: always enable static allocation 2020-12-29 16:18:04 +01:00
test_xtensa_loadstore_handler.c esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30