aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-eeprom.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* reorganized project files (part 1)Selene ToyKeeper2023-11-021-52/+0
* switched the rest of FSM + Anduril to use SPDX license headersSelene ToyKeeper2023-04-171-21/+4
* reduced ROM by ~600 bytes by moving all eeprom config values to a "cfg" structSelene ToyKeeper2023-04-161-3/+4
* Replaced hardcoded eeprom index values with auto-calculated enums.Selene ToyKeeper2018-08-221-2/+2
* Made it possible to override address of eeprom array in RAM.Selene ToyKeeper2017-12-031-0/+4
* Added option to start at memorized level, for momentary use on dual-switch li...Selene ToyKeeper2017-09-291-2/+2
* Made wear-levelling work. Takes a bunch of extra ROM though.Selene ToyKeeper2017-08-261-0/+6
* Added eeprom load/save API (no wear levelling yet), verified it works in Dark...Selene ToyKeeper2017-08-261-0/+58