esp-idf/components/freertos/test
Darian Leung 466c42c3c1 freertos: Fix SMP round robin scheduling
The previous SMP freertos round robin would skip over tasks when
time slicing. This commit implements a Best Effort Round Robin
where selected tasks are put to the back of the list, thus
makes the time slicing more fair.

- Documentation has been updated accordingly.
- Tidy up vTaskSwitchContext() to match v10.4.3 more
- Increased esp_ipc task stack size to avoid overflow

Closes https://github.com/espressif/esp-idf/issues/7256
2021-11-11 16:16:11 +08:00
..
CMakeLists.txt
component.mk
test_context_save_clobber.S
test_context_save_clobber.c
test_float_in_isr.c
test_freertos_backported_functions.c
test_freertos_debug_functions.c
test_freertos_eventgroups.c
test_freertos_get_state.c
test_freertos_isinisrcontext.c
test_freertos_mutex.c
test_freertos_scheduling_round_robin.c freertos: Fix SMP round robin scheduling 2021-11-11 16:16:11 +08:00
test_freertos_scheduling_time.c
test_freertos_task_delay_until.c
test_freertos_task_delete.c
test_freertos_task_notify.c
test_freertos_trace_utilities.c
test_isr_latency.c
test_legacy_hooks.c
test_newlib_reent.c
test_panic.c
test_preemption.c
test_queuesets.c
test_spinlocks.c
test_stream_buffers.c
test_suspend_scheduler.c
test_task_priorities.c
test_task_suspend_resume.c
test_tasks_snapshot.c
test_thread_local.c
test_timers.c
test_xtensa_loadstore_handler.c