Prusa-Firmware-MMU/tests/unit
D.R.racer 299a31b765 Generate exactly 1 userInput event when button pressed (and held)
This PR is a different solution to what @gudnimg found in PR#233 / PFW-1404.

The benefit of this approach is the fact, that the button press event is generated when the button is pressed and not after it has been released.

The downside is obvious:
CPUFLASH: +28B
RAM: +1B
2022-11-15 07:19:20 +01:00
..
application Optimise Catch2 V3 includes + fix a few cases of missing includes 2022-10-22 15:41:44 +02:00
hal circular_buffer: implement reset() 2022-10-25 07:21:33 +02:00
logic Generate exactly 1 userInput event when button pressed (and held) 2022-11-15 07:19:20 +01:00
modules Generate exactly 1 userInput event when button pressed (and held) 2022-11-15 07:19:20 +01:00
CMakeLists.txt Update CMake integration for Catch v3.1.0 2022-10-22 15:41:44 +02:00
system_test.cpp Optimise Catch2 V3 includes + fix a few cases of missing includes 2022-10-22 15:41:44 +02:00
test_main.cpp Optimise Catch2 V3 includes + fix a few cases of missing includes 2022-10-22 15:41:44 +02:00