aboutsummaryrefslogtreecommitdiff
path: root/fsm/eeprom.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enabled eeprom read/write stabilization by default on recent MCUs,Selene ToyKeeper2024-02-021-4/+4
| | | | | | | | | | | to prevent corrupt data This was enabled on more build targets before, but the *_ENABLE_PIN definition names changed and the eeprom code didn't, so it was not compiled in for a few months on some lights which probably needed it. To fix that, it's now enabled by default on everything bigger than attiny85, since it doesn't really hurt anything if it's enabled when not needed.
* 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/+112
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)