| Commit message (Expand) | Author | Files | Lines |
| 2024-03-27 | increased voltage precision from 0.025V to 0.02V | Selene ToyKeeper | 1 | -3/+7 |
| 2024-03-23 | fixed inaccurate comment (thanks to xikteny for spotting it) | Selene ToyKeeper | 1 | -1/+1 |
| 2023-11-28 | fixed incorrect temperature history for a few seconds after waking | Selene ToyKeeper | 1 | -2/+2 |
| 2023-11-22 | ADC voltage: battcheck 3 digits, fixed t1616, switched back to 8-bit internal... | Selene ToyKeeper | 1 | -2/+2 |
| 2023-11-19 | started refactoring fsm/adc.*, but need a checkpoint before continuing | Selene ToyKeeper | 1 | -5/+10 |
| 2023-11-10 | refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch] | Selene ToyKeeper | 1 | -4/+8 |
| 2023-11-02 | reorganized project files (part 1) | Selene ToyKeeper | 1 | -0/+0 |
| 2023-04-26 | made sleep voltage work on attiny1616 again | Selene ToyKeeper | 1 | -0/+4 |
| 2023-04-25 | fixed bug behind K93_LOCKOUT_KLUDGE which could exit lockout in solid aux mode | Selene ToyKeeper | 1 | -0/+3 |
| 2023-04-17 | switched the rest of FSM + Anduril to use SPDX license headers | Selene ToyKeeper | 1 | -23/+4 |
| 2023-04-16 | reduced ROM by ~600 bytes by moving all eeprom config values to a "cfg" struct | Selene ToyKeeper | 1 | -5/+17 |
| 2023-02-10 | fast-blink the aux LED in standby when battery is low | Selene ToyKeeper | 1 | -0/+4 |
| 2020-08-23 | attempt to fix laggy voltage readings right after waking, on FW3A | Selene ToyKeeper | 1 | -1/+6 |
| 2020-07-31 | added a voltage calibration / correction function, 7C from battcheck to confi... | Selene ToyKeeper | 1 | -0/+5 |
| 2020-07-30 | reduced ROM another 12+6 bytes with more non-volatile vars | Selene ToyKeeper | 1 | -2/+2 |
| 2020-03-16 | merged some misc fixes from pakutrai, cleaned up comments, removed unused sym... | Selene ToyKeeper | 1 | -9/+3 |
| 2020-03-15 | the ADC sample count doesn't need to be 16-bit any more, and isn't really a c... | Selene ToyKeeper | 1 | -1/+1 |
| 2020-02-05 | brute force method for reducing ADC noise -- average a ridiculous number of s... | Selene ToyKeeper | 1 | -1/+1 |
| 2020-01-30 | saving state of ADC / WDT refactoring before doing more changes... what chan... | Selene ToyKeeper | 1 | -2/+2 |
| 2020-01-29 | rewrote ADC code to use a continuous lowpass system on all measurements, to e... | Selene ToyKeeper | 1 | -4/+8 |
| 2019-11-14 | fixed ADC code; measures and behaves correctly now, and is easier to read... | Selene ToyKeeper | 1 | -1/+3 |
| 2019-11-14 | started refactoring ADC code to split voltage and temperature into their own ... | Selene ToyKeeper | 1 | -2/+4 |
| 2019-11-14 | refactored how interrupts work... | Selene ToyKeeper | 1 | -1/+7 |
| 2019-08-05 | merged a sanitized copy of the Emisar D4v2 branch; history summarized below: | Selene ToyKeeper | 1 | -1/+2 |
| 2019-07-26 | merged a sanitized copy of the Emisar D4v2 branch; history summarized below: | Selene ToyKeeper | 1 | -1/+2 |
| 2018-05-01 | Use separate voltage adjustment value for pin7 readings. | Selene ToyKeeper | 1 | -0/+4 |
| 2018-01-24 | FSM: added ability to adjust temperature calibration in UI (lower-case therm_... | Selene ToyKeeper | 1 | -3/+4 |
| 2018-01-24 | Work around issues related to ADC interrupt auto-triggering itself. | Selene ToyKeeper | 1 | -0/+1 |
| 2017-09-22 | Slightly increased resolution of VOLTAGE_FUDGE_FACTOR. | Selene ToyKeeper | 1 | -2/+2 |
| 2017-09-09 | Reworked thermal regulation. | Selene ToyKeeper | 1 | -0/+1 |
| 2017-08-31 | Started a Meteor M43 clone UI. | Selene ToyKeeper | 1 | -1/+1 |
| 2017-08-28 | Added thermal config mode... but I'm not sure if it's the right UI for this ... | Selene ToyKeeper | 1 | -1/+1 |
| 2017-08-25 | Made 4bar and 8bar battcheck styles work. | Selene ToyKeeper | 1 | -0/+3 |
| 2017-08-25 | Added battcheck mode to ramping-ui. It's bigger than I had hoped. :( | Selene ToyKeeper | 1 | -0/+6 |
| 2017-08-23 | Added thermal regulation to SpaghettiMonster / Baton. | Selene ToyKeeper | 1 | -4/+37 |
| 2017-08-19 | Completely reorganized SpaghettiMonster code into smaller logical pieces: fsm... | Selene ToyKeeper | 1 | -8/+22 |
| 2017-08-19 | Renamed from RoundTable to SpaghettiMonster (FSM). | Selene ToyKeeper | 1 | -1/+1 |
| 2017-08-18 | Some early ideas for Round Table. Nothing close to compile-able yet. | Selene ToyKeeper | 1 | -15/+9 |
| 2017-03-26 | Fixed a compiler warning about tk-random.h. | Selene ToyKeeper | 1 | -1/+4 |
| 2015-10-12 | Made pgm_rand() more erratic (beginning of PROGMEM is boring for this purpose), | Selene ToyKeeper | 1 | -2/+3 |
| 2015-10-12 | Oops, forgot to add tk-random header. | Selene ToyKeeper | 1 | -0/+28 |