OVMS3-idf/components/freertos/test
Ivan Grokhotkov 6091021e83 unity: separate common and IDF specific functionality
New unity component can be used for testing other applications.
Upstream version of Unity is included as a submodule.
Utilities specific to ESP-IDF unit tests (partitions, leak checking
setup/teardown functions, etc) are kept only in unit-test-app.
Kconfig options are added to allow disabling certain Unity features.
2018-11-19 12:36:31 +08:00
..
CMakeLists.txt unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
component.mk
test_freertos.c
test_freertos_backported_functions.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08: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
test_freertos_get_state.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_freertos_isinisrcontext.c
test_freertos_task_delay_until.c
test_freertos_task_delete.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_freertos_task_notify.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_freertos_trace_utilities.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_newlib_reent.c
test_panic.c
test_preemption.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_queuesets.c freertos: Add critical sections to queue sets. 2018-07-13 13:58:54 +08:00
test_spinlocks.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_suspend_scheduler.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +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 unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_tasks_snapshot.c
test_thread_local.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_timers.c