aboutsummaryrefslogtreecommitdiff
path: root/fsm/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved prevent_reboot_loop() and some other junk out of fsm/main.cSelene ToyKeeper2023-11-191-47/+3
|
* refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper2023-11-101-61/+1
| | | | Phew, that's a lot of changes! And there's still a lot more to do...
* got things to compile again, renamed #includesSelene ToyKeeper2023-11-021-1/+1
| | | | (also modified the build scripts to work with the new file structure)
* reorganized project files (part 1)Selene ToyKeeper2023-11-021-0/+211
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)