More low-level firmware coverage for the simulator/unit-tests #2656

This commit is contained in:
rusefillc 2021-05-14 10:58:53 -04:00
parent 08de271407
commit dfd0d3229f
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,4 @@
This framework allows us to test threading and hardware callbacks with full control of scheduling.
We have simulator running a real x86 implementation of CHibiOS but that one runs with real scheduler not
giving us the desired control precision.

View File

@ -0,0 +1,10 @@
/*
* @file test_periodic_thread_controller.cpp
*
* May 14, 2021
* @author Andrey Belomutskiy, (c) 2012-2021
*/

View File

@ -19,6 +19,7 @@ TESTS_SRC_CPP = \
tests/lua/test_lua_hooks.cpp \
tests/sensor/test_cj125.cpp \
tests/util/test_timer.cpp \
tests/system/test_periodic_thread_controller.cpp \
tests/test_util.cpp \
tests/test_start_stop.cpp \
tests/test_hardware_reinit.cpp \