| Commit message (Expand) | Author | Age | Files | Lines |
| * | reorganized project files (part 1) | Selene ToyKeeper | 2023-11-02 | 1 | -312/+0 |
| * | added channel mode per strobe mode, and made FSM channel mode more flexible, | Selene ToyKeeper | 2023-08-24 | 1 | -3/+3 |
| * | make sure blink_digit(0) uses the same timing as the rest of the UI | Selene ToyKeeper | 2023-05-30 | 1 | -1/+1 |
| * | fixed bug: channel change could stick when activating a config menu from batt... | Selene ToyKeeper | 2023-05-02 | 1 | -1/+15 |
| * | added ability to set channel mode for number readouts (batt check, temp check... | Selene ToyKeeper | 2023-05-02 | 1 | -0/+10 |
| * | just a todo note for later | Selene ToyKeeper | 2023-04-29 | 1 | -0/+1 |
| * | whitespace cleanup | Selene ToyKeeper | 2023-04-26 | 1 | -5/+5 |
| * | switched the rest of FSM + Anduril to use SPDX license headers | Selene ToyKeeper | 2023-04-17 | 1 | -22/+4 |
| * | just whitespace / comments | Selene ToyKeeper | 2023-03-28 | 1 | -2/+2 |
| * | touched up a bit of formatting and a note for later optimization | Selene ToyKeeper | 2021-04-01 | 1 | -4/+7 |
| * | Add RGB Aux functionality for 1-Series | Gabriel Hart | 2021-02-01 | 1 | -21/+42 |
| * | Add AVR 1-Series and t1616 board and scripts | Gabriel Hart | 2020-12-18 | 1 | -0/+54 |
| * | reworked nice_delay interrupt system and fixed some old issues: | Selene ToyKeeper | 2020-09-27 | 1 | -29/+5 |
| * | more progress on refactoring Anduril into separate files... nearly done with ... | Selene ToyKeeper | 2020-07-22 | 1 | -1/+0 |
| * | started refactoring anduril into individual files... | Selene ToyKeeper | 2020-07-21 | 1 | -0/+1 |
| * | added reboot() support for tiny1634 | Selene ToyKeeper | 2020-03-20 | 1 | -8/+10 |
| * | increased blink speed slightly, and added a library function to blink out 16-... | Selene ToyKeeper | 2020-03-16 | 1 | -3/+25 |
| * | merged changes from fsm branch, including version check and stuck-button safety | Selene ToyKeeper | 2019-10-15 | 1 | -3/+4 |
| |\ |
|
| | * | sped up blink_digit() a little bit, because it was annoyingly slow | Selene ToyKeeper | 2019-09-24 | 1 | -3/+4 |
| * | | added button LED support to D4v2 | Selene ToyKeeper | 2019-09-06 | 1 | -0/+23 |
| |/ |
|
| * | merged a sanitized copy of the Emisar D4v2 branch; history summarized below: | Selene ToyKeeper | 2019-08-05 | 1 | -3/+32 |
| * | added factory reset function to Anduril, and reboot function for FSM | Selene ToyKeeper | 2019-06-27 | 1 | -0/+17 |
| * | moved triangle_wave into fsm-misc, because I need it for power correction in ... | Selene ToyKeeper | 2019-05-14 | 1 | -0/+7 |
| * | Made second aux LED copy the behavior of the first. | Selene ToyKeeper | 2018-10-07 | 1 | -0/+12 |
| * | Reduced ROM size by making successive nice_delay_ms calls collapse any time t... | Selene ToyKeeper | 2018-08-22 | 1 | -6/+4 |
| * | Moved indicator_led() from Anduril into FSM. Made it auto-set indicator leve... | Selene ToyKeeper | 2017-10-21 | 1 | -0/+28 |
| * | Added dynamic underclocking to FSM, instead of doing it manually in Anduril. | Selene ToyKeeper | 2017-09-26 | 1 | -0/+19 |
| * | Got the 4th PWM channel to work, ish. (channel 4 is inverted though) | Selene ToyKeeper | 2017-09-03 | 1 | -1/+1 |
| * | Made 4bar and 8bar battcheck styles work. | Selene ToyKeeper | 2017-08-25 | 1 | -1/+3 |
| * | Added battcheck mode to ramping-ui. It's bigger than I had hoped. :( | Selene ToyKeeper | 2017-08-25 | 1 | -0/+91 |