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
/
wdt.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-11-10
refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]
Selene ToyKeeper
1
-77
/
+1
2023-11-02
reorganized project files (part 1)
Selene ToyKeeper
1
-0
/
+0
2023-07-08
Partially fixed oscillating aux LED voltage colors while asleep.
Selene ToyKeeper
1
-2
/
+4
2023-04-25
fixed bug behind K93_LOCKOUT_KLUDGE which could exit lockout in solid aux mode
Selene ToyKeeper
1
-1
/
+2
2023-04-17
switched the rest of FSM + Anduril to use SPDX license headers
Selene ToyKeeper
1
-22
/
+5
2020-12-20
Fix 1-Series standby tick speed, use 2C Turbo
Gabriel Hart
1
-1
/
+1
2020-12-18
Add AVR 1-Series and t1616 board and scripts
Gabriel Hart
1
-0
/
+20
2020-09-14
fixed bug: ticks_since_last_event wasn't getting reset on button hold release
Selene ToyKeeper
1
-2
/
+2
2020-03-16
deleted commented-out WDT code from previous revision
Selene ToyKeeper
1
-7
/
+0
2020-03-16
cleaned up WDT ADC timer code slightly, and removed a bit of redundant code
Selene ToyKeeper
1
-6
/
+8
2020-03-13
tried to make thermal code a bit less twitchy...
Selene ToyKeeper
1
-1
/
+1
2020-02-28
went back to continuous lowpass because it had the best noise reduction
Selene ToyKeeper
1
-1
/
+1
2020-01-30
saving state of ADC / WDT refactoring before doing more changes... what chan...
Selene ToyKeeper
1
-5
/
+8
2020-01-29
rewrote ADC code to use a continuous lowpass system on all measurements, to e...
Selene ToyKeeper
1
-2
/
+4
2019-11-19
cleaned up WDT code a bit, reduced total size,
Selene ToyKeeper
1
-27
/
+24
2019-11-14
fixed ADC code; measures and behaves correctly now, and is easier to read...
Selene ToyKeeper
1
-1
/
+1
2019-11-14
refactored how interrupts work...
Selene ToyKeeper
1
-7
/
+15
2019-08-05
merged a sanitized copy of the Emisar D4v2 branch; history summarized below:
Selene ToyKeeper
1
-22
/
+60
2019-07-26
merged a sanitized copy of the Emisar D4v2 branch; history summarized below:
Selene ToyKeeper
1
-22
/
+60
2018-11-11
Fixed the sleep tick counter wrapping around to 0 instead of 32768.
Selene ToyKeeper
1
-1
/
+3
2018-11-11
Several fixes...
Selene ToyKeeper
1
-8
/
+15
2018-11-11
Rewrote the event system to use a single byte for each event instead of an ar...
Selene ToyKeeper
1
-21
/
+17
2018-06-17
Changed halfsleep mode to TICK_DURING_STANDBY. Added blinking indicator LED ...
Selene ToyKeeper
1
-7
/
+16
2018-06-17
Implemented halfsleep mode.
Selene ToyKeeper
1
-0
/
+17
2018-01-24
Work around issues related to ADC interrupt auto-triggering itself.
Selene ToyKeeper
1
-2
/
+2
2017-12-12
Debouncing finally works (at least, it does on my two test hosts).
Selene ToyKeeper
1
-31
/
+7
2017-12-11
Greatly improved button debouncing. Helps a lot on FW3A and my light saber.
Selene ToyKeeper
1
-2
/
+31
2017-09-28
Added reversing to Anduril. Made EV_tick always send 0 while in "hold" state.
Selene ToyKeeper
1
-3
/
+8
2017-08-19
Completely reorganized SpaghettiMonster code into smaller logical pieces: fsm...
Selene ToyKeeper
1
-0
/
+107