More low-level firmware coverage for the simulator/unit-tests #2656
This commit is contained in:
parent
08de271407
commit
dfd0d3229f
|
@ -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.
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* @file test_periodic_thread_controller.cpp
|
||||
*
|
||||
* May 14, 2021
|
||||
* @author Andrey Belomutskiy, (c) 2012-2021
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue