esp-idf/components/freertos/test
Angus Gratton 353e81da63 freertos: Also test (& handle) the case where scheduler is disabled on other CPU...
ie CPU A has scheduler disabled and task blocked on Q. CPU B sends to Q (or gives mutex, etc.) Task on CPU A should be woken on scheduler resume.
2017-10-11 10:48:20 +11:00
..
component.mk
test_freertos.c
test_freertos_eventgroups.c
test_freertos_isinisrcontext.c
test_freertos_task_delete.c
test_newlib_reent.c
test_panic.c
test_preemption.c
test_ringbuf.c
test_spinlocks.c
test_suspend_scheduler.c freertos: Also test (& handle) the case where scheduler is disabled on other CPU... 2017-10-11 10:48:20 +11:00
test_task_priorities.c
test_task_suspend_resume.c
test_tasks_snapshot.c esp32: Fixes crash during core dump. 2017-09-11 17:20:42 +03:00
test_timers.c
test_tls_deletecb.c
test_uxGetSystemState_Bugfix.c