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