Prusa-Firmware-MMU/src
D.R.racer 6dd5057b67 Separate NoCommand and StartUp (new state machine)
The reasons for this change are:
- NoCommand is used during the lifetime of the firmware as a fallback in case an unknown command is received (simplifies command handling code). It must remain not doing anything.
- StartUp became a complex infrastructure which needs to "live" until an error is fixed (if any). That requires a "standard" StateInner() function which waits for the user to resolve the error.

Unit tests renamed as well.
2022-12-20 15:53:05 +01:00
..
config Selector: use freewheeling 2022-11-11 10:46:21 +01:00
hal optimisation: inline functions to reduce size 2022-11-19 11:55:46 +01:00
logic Separate NoCommand and StartUp (new state machine) 2022-12-20 15:53:05 +01:00
modules If Finda is not pressed, don't report Unload Manually error 2022-12-20 10:36:29 +01:00
CMakeLists.txt Fix test build 2022-08-11 10:26:42 +02:00
application.cpp Separate NoCommand and StartUp (new state machine) 2022-12-20 15:53:05 +01:00
application.h Add basic unit test infrastructure for application + registers 2022-08-11 10:26:42 +02:00
cmath.h AVR: Do not use __builtin_abs() for long types 2021-11-11 07:41:48 +01:00
debug.cpp Tag all source files with @file for doxygen 2021-10-18 17:59:46 +02:00
debug.h Tag all source files with @file for doxygen 2021-10-18 17:59:46 +02:00
intlimits.h Tag all source files with @file for doxygen 2021-10-18 17:59:46 +02:00
main.cpp Separate NoCommand and StartUp (new state machine) 2022-12-20 15:53:05 +01:00
main.dox Improve documentation of the startup process 2021-08-12 11:08:09 +02:00
panic.h Tag all source files with @file for doxygen 2021-10-18 17:59:46 +02:00
pins.h Tag all source files with @file for doxygen 2021-10-18 17:59:46 +02:00
registers.cpp Fix typo 2022-09-22 12:16:41 +02:00
registers.h Introduce register map + use Read/Write register 2022-08-11 10:26:42 +02:00
unit.h Tag all source files with @file for doxygen 2021-10-18 17:59:46 +02:00
version.hpp Make CMake the source of truth for versioning 2022-08-11 10:26:42 +02:00