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