aboutsummaryrefslogtreecommitdiff
path: root/fsm/misc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cherry-picked hank-lume-x1 code from ↵Selene ToyKeeper2024-09-221-0/+34
| | | | | | | | | | https://github.com/loneoceans/anduril/commit/d83ebb75dab8c462b7efa841bccc00a136ff15a2 The [PR](https://github.com/ToyKeeper/anduril/pull/37) has a lot of other stuff in it, so I'm just picking out the parts needed for this particular light, and leaving the rest for later. Will need further edits before merging into trunk.
* temporary fix for aux LEDs on avrdd; needs proper refactoringSelene ToyKeeper2023-11-191-3/+6
|
* refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper2023-11-101-22/+0
| | | | Phew, that's a lot of changes! And there's still a lot more to do...
* reorganized project files (part 1)Selene ToyKeeper2023-11-021-0/+312
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)