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 add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_freertos.c unit tests: fix warnings, build with -Werror 2017-10-19 21:35:23 +08:00
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 freertos/Fix Event Group ISR test case 2018-01-02 18:57:28 +08:00
test_freertos_get_state.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_freertos_isinisrcontext.c unit test: adapt tests to single core configuration 2017-10-19 21:35:21 +08:00
test_freertos_task_delay_until.c freertos: Test untested functions 2017-11-06 15:31:01 +08:00
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 unit test: adapt tests to single core configuration 2017-10-19 21:35:21 +08:00
test_panic.c esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
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 esp32: Fixes crash during core dump. 2017-09-11 17:20:42 +03:00
test_thread_local.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_timers.c Unit tests: Add FreeRTOS timer tests 2017-05-05 14:38:15 +10:00