esp-idf/components/freertos/test
Darian Leung 637ba2e8bb freertos: Test untested functions
Test cases were added for the following functions
- xTaskNotify(), xTaskNotifyGive(), xTaskNotifyFromISR(), vTaskNotifyGiveFromISR(),
- xTaskNotifyWait(), ulTaskNotifyTake()
- vTaskDelayUntil()

The following function was made smp compatible and tested as well
- eTaskGetState()
2017-11-06 15:31:01 +08:00
..
component.mk
test_freertos.c
test_freertos_eventgroups.c
test_freertos_get_state.c
test_freertos_isinisrcontext.c
test_freertos_task_delay_until.c
test_freertos_task_delete.c
test_freertos_task_notify.c
test_freertos_trace_utilities.c
test_newlib_reent.c
test_panic.c
test_preemption.c
test_ringbuf.c
test_spinlocks.c
test_suspend_scheduler.c
test_task_priorities.c
test_task_suspend_resume.c
test_tasks_snapshot.c
test_timers.c
test_tls_deletecb.c