esp-idf/components/freertos/test
Darian Leung c41c02872f freertos: prvCheckTasksWaitingTermination bugfix
Bugfix to prevent a self deleting no affinity task's memory from being freed by the
idle task of the other core before the self deleting no affinity task is able to context
switch out.  prvCheckTasksWaitingTermination now checks if the task is still on
pxCurrentTCB before freeing task memory.
2017-12-26 19:03:49 +08:00
..
component.mk
test_freertos.c
test_freertos_backported_functions.c freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
test_freertos_debug_functions.c unit tests: fix queue registry test 2017-11-14 23:53:08 +08:00
test_freertos_eventgroups.c freertos/make trace facility configurable 2017-10-20 15:17:17 +08:00
test_freertos_get_state.c freertos: Test untested functions 2017-11-06 15:31:01 +08:00
test_freertos_isinisrcontext.c
test_freertos_task_delay_until.c freertos: Test untested functions 2017-11-06 15:31:01 +08:00
test_freertos_task_delete.c freertos: prvCheckTasksWaitingTermination bugfix 2017-12-26 19:03:49 +08:00
test_freertos_task_notify.c freertos: Test untested functions 2017-11-06 15:31:01 +08:00
test_freertos_trace_utilities.c freertos/make trace facility configurable 2017-10-20 15:17:17 +08:00
test_newlib_reent.c
test_panic.c
test_preemption.c
test_ringbuf.c test_ringbuf: Add tests for arbitrary length ring buffer 2017-11-21 17:18:54 +05:30
test_spinlocks.c test: collect performance for esp-timer / spinlock 2017-11-16 17:48:48 +08:00
test_suspend_scheduler.c unit_tests/Update unit test timer divider 2017-10-30 19:42:16 +08:00
test_task_priorities.c
test_task_suspend_resume.c unit_tests/Update unit test timer divider 2017-10-30 19:42:16 +08:00
test_tasks_snapshot.c
test_timers.c