aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/darkhorse.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-30Reorganized FSM files, one dir per UI.Selene ToyKeeper1-378/+0
2017-08-30Replaced FSM_*_LAYOUT with FSM_*_DRIVER because I think it makes more sense.Selene ToyKeeper1-1/+1
2017-08-26Revert DarkHorse back to no wear-levelling.Selene ToyKeeper1-15/+15
2017-08-26Made wear-levelling work. Takes a bunch of extra ROM though.Selene ToyKeeper1-15/+15
2017-08-26Added eeprom load/save API (no wear levelling yet), verified it works in Dark...Selene ToyKeeper1-1/+36
2017-08-26Avoid suspending at weird times by deferring the call to standby mode.Selene ToyKeeper1-24/+28
2017-08-26Fixed bug: strobes could interfere with hold-from-off next time light was used.Selene ToyKeeper1-20/+24
2017-08-26Made DarkHorse always start at low when holding the button, like a real Zebra...Selene ToyKeeper1-24/+19
2017-08-26Forgot to handle beacon/strobe in LVP earlier.Selene ToyKeeper1-7/+4
2017-08-26Added beacons/strobes to DarkHorse.Selene ToyKeeper1-6/+57
2017-08-26Forgot to wrap one line for making thermal regulation optional.Selene ToyKeeper1-0/+2
2017-08-26Added DarkHorse, a clone of the ZebraLight UI.Selene ToyKeeper1-0/+290