| Commit message (Expand) | Author | Files | Lines |
| 2024-01-10 | added "emisar-2ch-fet-joined" build, for D4S w/ lighted switch | Selene ToyKeeper | 1 | -50/+63 |
| 2023-11-27 | fixed ADC on attiny1634 and related builds | Selene ToyKeeper | 1 | -29/+1 |
| 2023-11-10 | refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch] | Selene ToyKeeper | 1 | -4/+2 |
| 2023-11-03 | moved ATTINY and MODEL_NUMBER into $target/arch and $target/model, | Selene ToyKeeper | 1 | -1/+0 |
| 2023-11-03 | moved variant builds under their parent, like "d4-219" -> "d4/219" | Selene ToyKeeper | 1 | -1/+1 |
| 2023-11-02 | got things to compile again, renamed #includes | Selene ToyKeeper | 1 | -2/+2 |
| 2023-11-02 | reorganized project files (part 1) | Selene ToyKeeper | 1 | -0/+0 |
| 2023-08-03 | fixed accidental reversal of two deprecated k9.3-tintramp model numbers | Selene ToyKeeper | 1 | -2/+2 |
| 2023-08-03 | converted all K9.3 builds and D4Sv2-tintramp-fet (now emisar-2ch-fet) | Selene ToyKeeper | 1 | -27/+34 |
| 2023-07-10 | refactored how channel modes are defined, and converted emisar-2ch build | Selene ToyKeeper | 1 | -36/+17 |
| 2023-04-29 | Noctigon KR4: updated to use new channel system | Selene ToyKeeper | 1 | -58/+57 |
| 2023-04-25 | updated D4Sv2-tintramp -> Emisar 2-channel build target ... | Selene ToyKeeper | 1 | -67/+100 |
| 2023-04-17 | switched the rest of FSM + Anduril to use SPDX license headers | Selene ToyKeeper | 1 | -4/+5 |
| 2022-04-14 | applied new phase-hack flags to other builds where relevant | Selene ToyKeeper | 1 | -0/+3 |
| 2021-11-03 | fixed KR4-tintramp build (switch wasn't working) and added it to MODELS | Selene ToyKeeper | 1 | -0/+2 |
| 2021-11-03 | added KR4-tintramp build | Selene ToyKeeper | 1 | -1/+2 |
| 2021-09-10 | added D4Sv2-tintramp-FET build, which uses a FET on one set of LEDs for turbo... | Selene ToyKeeper | 1 | -6/+10 |
| 2021-09-08 | changed D4Sv2-tintramp from 255 to 511 for lowest PWM TOP value, | Selene ToyKeeper | 1 | -2/+2 |
| 2021-09-08 | fixed D4Sv2-tintramp PWM_TOP (should be set to the value it needs during ther... | Selene ToyKeeper | 1 | -2/+2 |
| 2021-09-08 | got D4Sv2 tint ramping to work, with dynamic PWM (PFM) | Selene ToyKeeper | 1 | -8/+14 |
| 2021-09-07 | adjusted hwdef settings for tint-ramping D4Sv2 | Selene ToyKeeper | 1 | -17/+25 |
| 2021-09-07 | copied hwdef from K9.3 for new tint-ramping D4Sv2 | Selene ToyKeeper | 1 | -0/+0 |
| 2020-10-18 | nope, the pins weren't swapped... the wires on the prototype were reversed | Selene ToyKeeper | 1 | -12/+12 |
| 2020-10-16 | swapped PWM1 and PWM3 channels on K9.3, because I may have had them backward | Selene ToyKeeper | 1 | -12/+12 |
| 2020-10-14 | got K9.3 2nd LEDs working (and modified FSM to allow this sort of thing) | Selene ToyKeeper | 1 | -1/+1 |
| 2020-10-14 | configured K9.3 cfg (mostly), assigned a model number, fixed typo in hwdef | Selene ToyKeeper | 1 | -2/+2 |
| 2020-10-14 | configured K9.3 hwdef | Selene ToyKeeper | 1 | -34/+48 |
| 2020-10-14 | copied KR4 hwdef to K9.3 | Selene ToyKeeper | 1 | -0/+0 |
| 2020-07-08 | minor formatting cleanup | Selene ToyKeeper | 1 | -2/+1 |
| 2020-07-08 | added Emisar D4v2.5 support (D4v2 with a KR4 driver, same as KR4 but with lig... | Selene ToyKeeper | 1 | -3/+9 |
| 2020-04-29 | removed unused TEMP_CHANNEL thing from FSM-related code | Selene ToyKeeper | 1 | -2/+0 |
| 2020-04-26 | applied ADC rewrite updates to most recent build targets | Selene ToyKeeper | 1 | -1/+1 |
| 2020-03-06 | fixed the ADC channel for voltage measurement | Selene ToyKeeper | 1 | -2/+2 |
| 2020-03-06 | KR4: added FET channel, measured output, calibrated ramp | Selene ToyKeeper | 1 | -3/+3 |
| 2020-03-05 | initial support for Noctigon KR4 | Selene ToyKeeper | 1 | -20/+31 |
| 2019-11-25 | renamed Emisar D1S V2 -> Noctigon K1 | Selene ToyKeeper | 1 | -3/+4 |
| 2019-11-25 | calibrated Noctigon K1, changed voltage divider calibration values to 10-bit ... | Selene ToyKeeper | 1 | -2/+4 |
| 2019-09-28 | remapped D1S V2 pins to match new driver | Selene ToyKeeper | 1 | -16/+16 |
| 2019-08-06 | un-hardcoded 255 as the highest PWM level, and used a "PWM_TOP" value instead | Selene ToyKeeper | 1 | -0/+1 |
| 2019-08-05 | fixed voltage measurement on D1S v2 | Selene ToyKeeper | 1 | -3/+21 |
| 2019-07-30 | fsm-ramping: turn opamp chip on and off automatically based on ramp level | Selene ToyKeeper | 1 | -1/+2 |
| 2019-07-30 | added an early version of Emisar D1S v2 hwdef and cfg files | Selene ToyKeeper | 1 | -0/+113 |