rusefi-1/unit_tests/chibios-mock
Matthew Kennedy 7eb3b9890d
misc threading/safety improvements (#2854)
* allow termination of thread controller

* no gpio if fatal

* stub for test
2021-06-24 20:18:23 -04:00
..
mock-threads.h misc threading/safety improvements (#2854) 2021-06-24 20:18:23 -04:00
readme.md More low-level firmware coverage for the simulator/unit-tests #2656 2021-05-14 10:58:53 -04:00

readme.md

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.