aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* switched the rest of FSM + Anduril to use SPDX license headersSelene ToyKeeper2023-04-171-22/+4
* just whitespace / commentsSelene ToyKeeper2023-03-281-2/+2
* touched up a bit of formatting and a note for later optimizationSelene ToyKeeper2021-04-011-4/+7
* Add RGB Aux functionality for 1-SeriesGabriel Hart2021-02-011-21/+42
* Add AVR 1-Series and t1616 board and scriptsGabriel Hart2020-12-181-0/+54
* reworked nice_delay interrupt system and fixed some old issues:Selene ToyKeeper2020-09-271-29/+5
* more progress on refactoring Anduril into separate files... nearly done with ...Selene ToyKeeper2020-07-221-1/+0
* started refactoring anduril into individual files...Selene ToyKeeper2020-07-211-0/+1
* added reboot() support for tiny1634Selene ToyKeeper2020-03-201-8/+10
* increased blink speed slightly, and added a library function to blink out 16-...Selene ToyKeeper2020-03-161-3/+25
* merged changes from fsm branch, including version check and stuck-button safetySelene ToyKeeper2019-10-151-3/+4
|\
| * sped up blink_digit() a little bit, because it was annoyingly slowSelene ToyKeeper2019-09-241-3/+4
* | added button LED support to D4v2Selene ToyKeeper2019-09-061-0/+23
|/
* merged a sanitized copy of the Emisar D4v2 branch; history summarized below:Selene ToyKeeper2019-08-051-3/+32
* added factory reset function to Anduril, and reboot function for FSMSelene ToyKeeper2019-06-271-0/+17
* moved triangle_wave into fsm-misc, because I need it for power correction in ...Selene ToyKeeper2019-05-141-0/+7
* Made second aux LED copy the behavior of the first.Selene ToyKeeper2018-10-071-0/+12
* Reduced ROM size by making successive nice_delay_ms calls collapse any time t...Selene ToyKeeper2018-08-221-6/+4
* Moved indicator_led() from Anduril into FSM. Made it auto-set indicator leve...Selene ToyKeeper2017-10-211-0/+28
* Added dynamic underclocking to FSM, instead of doing it manually in Anduril.Selene ToyKeeper2017-09-261-0/+19
* Got the 4th PWM channel to work, ish. (channel 4 is inverted though)Selene ToyKeeper2017-09-031-1/+1
* Made 4bar and 8bar battcheck styles work.Selene ToyKeeper2017-08-251-1/+3
* Added battcheck mode to ramping-ui. It's bigger than I had hoped. :(Selene ToyKeeper2017-08-251-0/+91