aboutsummaryrefslogtreecommitdiff
path: root/arch/attiny85.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-27increased voltage precision from 0.025V to 0.02VSelene ToyKeeper1-5/+5
(so 0 to 255 now goes from 0.00V to 5.10V)
2023-11-27fixed ADC on attiny85 and related buildsSelene ToyKeeper1-15/+52
(also enabled smooth steps on BLF GT, but had to remove stuff to make room)
2023-11-19moved prevent_reboot_loop() and some other junk out of fsm/main.cSelene ToyKeeper1-0/+21
2023-11-10refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper1-0/+167
Phew, that's a lot of changes! And there's still a lot more to do...