Prusa-Firmware-MMU/tests/unit/logic/stubs
Yuri D'Elia fbb5843158 Guard critical sections in modules::motion
While motion queuing is safe, code that relies on the current block
needs to run with the isr disabled.

Protect AbortPlannedMoves and CurPosition from isr' interference by
using a RAII guard.
2022-05-02 12:33:37 +02:00
..
homing.cpp Add more unit tests for homing + fix the homing 2022-02-17 08:21:15 +01:00
homing.h Add more unit tests for homing + fix the homing 2022-02-17 08:21:15 +01:00
main_loop_stub.cpp Fix waiting for homing of Selector after UnloadFilament 2022-02-17 08:21:15 +01:00
main_loop_stub.h Fix waiting for homing of Selector after UnloadFilament 2022-02-17 08:21:15 +01:00
stub_motion.cpp Guard critical sections in modules::motion 2022-05-02 12:33:37 +02:00
stub_motion.h Fix unit tests 2021-10-21 07:55:41 +02:00