aboutsummaryrefslogtreecommitdiff
path: root/fsm/standby.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-02got things to compile again, renamed #includesSelene ToyKeeper1-3/+3
2023-11-02reorganized project files (part 1)Selene ToyKeeper1-0/+0
2023-04-26made sleep voltage work on attiny1616 againSelene ToyKeeper1-6/+2
2023-04-25fixed bug behind K93_LOCKOUT_KLUDGE which could exit lockout in solid aux modeSelene ToyKeeper1-0/+9
2023-04-17switched the rest of FSM + Anduril to use SPDX license headersSelene ToyKeeper1-22/+5
2021-12-08added a compile option for USE_LOWPASS_WHILE_ASLEEP,Selene ToyKeeper1-0/+2
2020-08-23attempt to fix laggy voltage readings right after waking, on FW3ASelene ToyKeeper1-4/+4
2020-03-16merged some misc fixes from pakutrai, cleaned up comments, removed unused sym...Selene ToyKeeper1-4/+0
2020-01-29rewrote ADC code to use a continuous lowpass system on all measurements, to e...Selene ToyKeeper1-2/+6
2019-11-20fixed unintentional wakeup right after going to sleepSelene ToyKeeper1-2/+2
2019-11-18fixed issue where button-press-during-sleep could occasionally cause a rebootSelene ToyKeeper1-3/+7
2019-11-14refactored how interrupts work...Selene ToyKeeper1-4/+15
2019-08-05merged a sanitized copy of the Emisar D4v2 branch; history summarized below:Selene ToyKeeper1-0/+2
2019-07-26merged a sanitized copy of the Emisar D4v2 branch; history summarized below:Selene ToyKeeper1-0/+2
2018-06-17Changed halfsleep mode to TICK_DURING_STANDBY. Added blinking indicator LED ...Selene ToyKeeper1-17/+11
2018-06-17Implemented halfsleep mode.Selene ToyKeeper1-7/+31
2017-12-12Debouncing finally works (at least, it does on my two test hosts).Selene ToyKeeper1-1/+1
2017-12-11Greatly improved button debouncing. Helps a lot on FW3A and my light saber.Selene ToyKeeper1-0/+1
2017-09-28Rearranged some build options and made sure the build still works if some are...Selene ToyKeeper1-0/+2
2017-09-24Added idle_mode() for slightly lower power use without turning off any regula...Selene ToyKeeper1-0/+17
2017-09-09Reworked thermal regulation.Selene ToyKeeper1-0/+5
2017-08-30Made event handling a bit more reliable while asleep.Selene ToyKeeper1-1/+3
2017-08-19Completely reorganized SpaghettiMonster code into smaller logical pieces: fsm...Selene ToyKeeper1-0/+53