aboutsummaryrefslogtreecommitdiff
path: root/arch/attiny85.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed ADC on attiny85 and related buildsSelene ToyKeeper2023-11-271-15/+52
| | | | (also enabled smooth steps on BLF GT, but had to remove stuff to make room)
* moved prevent_reboot_loop() and some other junk out of fsm/main.cSelene ToyKeeper2023-11-191-0/+21
|
* refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper2023-11-101-0/+167
Phew, that's a lot of changes! And there's still a lot more to do...