aboutsummaryrefslogtreecommitdiff
path: root/fsm/misc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-19temporary fix for aux LEDs on avrdd; needs proper refactoringSelene ToyKeeper1-3/+6
2023-11-10refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper1-22/+0
2023-11-02reorganized project files (part 1)Selene ToyKeeper1-0/+0
2023-08-24added channel mode per strobe mode, and made FSM channel mode more flexible,Selene ToyKeeper1-3/+3
2023-05-30make sure blink_digit(0) uses the same timing as the rest of the UISelene ToyKeeper1-1/+1
2023-05-02fixed bug: channel change could stick when activating a config menu from batt...Selene ToyKeeper1-1/+15
2023-05-02added ability to set channel mode for number readouts (batt check, temp check...Selene ToyKeeper1-0/+10
2023-04-29just a todo note for laterSelene ToyKeeper1-0/+1
2023-04-26whitespace cleanupSelene ToyKeeper1-5/+5
2023-04-17switched the rest of FSM + Anduril to use SPDX license headersSelene ToyKeeper1-22/+4
2023-03-28just whitespace / commentsSelene ToyKeeper1-2/+2
2021-04-01touched up a bit of formatting and a note for later optimizationSelene ToyKeeper1-4/+7
2021-02-01Add RGB Aux functionality for 1-SeriesGabriel Hart1-21/+42
2020-12-18Add AVR 1-Series and t1616 board and scriptsGabriel Hart1-0/+54
2020-09-27reworked nice_delay interrupt system and fixed some old issues:Selene ToyKeeper1-29/+5
2020-07-22more progress on refactoring Anduril into separate files... nearly done with ...Selene ToyKeeper1-1/+0
2020-07-21started refactoring anduril into individual files...Selene ToyKeeper1-0/+1
2020-03-20added reboot() support for tiny1634Selene ToyKeeper1-8/+10
2020-03-16increased blink speed slightly, and added a library function to blink out 16-...Selene ToyKeeper1-3/+25
2019-09-24sped up blink_digit() a little bit, because it was annoyingly slowSelene ToyKeeper1-3/+4
2019-09-06added button LED support to D4v2Selene ToyKeeper1-0/+23
2019-08-05merged a sanitized copy of the Emisar D4v2 branch; history summarized below:Selene ToyKeeper1-3/+32
2019-07-26merged a sanitized copy of the Emisar D4v2 branch; history summarized below:Selene ToyKeeper1-3/+32
2019-06-27added factory reset function to Anduril, and reboot function for FSMSelene ToyKeeper1-0/+17
2019-05-14moved triangle_wave into fsm-misc, because I need it for power correction in ...Selene ToyKeeper1-0/+7
2018-10-07Made second aux LED copy the behavior of the first.Selene ToyKeeper1-0/+12
2018-08-22Reduced ROM size by making successive nice_delay_ms calls collapse any time t...Selene ToyKeeper1-6/+4
2017-10-21Moved indicator_led() from Anduril into FSM. Made it auto-set indicator leve...Selene ToyKeeper1-0/+28
2017-09-26Added dynamic underclocking to FSM, instead of doing it manually in Anduril.Selene ToyKeeper1-0/+19
2017-09-03Got the 4th PWM channel to work, ish. (channel 4 is inverted though)Selene ToyKeeper1-1/+1
2017-08-25Made 4bar and 8bar battcheck styles work.Selene ToyKeeper1-1/+3
2017-08-25Added battcheck mode to ramping-ui. It's bigger than I had hoped. :(Selene ToyKeeper1-0/+91