| Commit message (Expand) | Author | Files | Lines |
| 2021-08-16 | made dynamic PWM phase-correct; replaced brute-force phase reset to avoid fli... | Selene ToyKeeper | 1 | -19/+22 |
| 2021-08-12 | got PFM / dynamic PWM actually working on Noctigon KR4 | Selene ToyKeeper | 1 | -0/+26 |
| 2021-01-25 | removed redundant function call, added missing comment | Selene ToyKeeper | 1 | -1/+1 |
| 2020-10-15 | made gradual_tick() work on K9.3 (via override), fixed strobe config, | Selene ToyKeeper | 1 | -1/+3 |
| 2020-10-14 | got K9.3 2nd LEDs working (and modified FSM to allow this sort of thing) | Selene ToyKeeper | 1 | -0/+5 |
| 2020-10-14 | renamed LED_ENABLE2_* to LED2_ENABLE_* | Selene ToyKeeper | 1 | -4/+4 |
| 2020-09-07 | added support for LED_ENABLE_PIN having a min/max ramp level where it turns on | Selene ToyKeeper | 1 | -3/+21 |
| 2020-07-31 | fixed bug: sunset timer didn't adjust MCU clock speed at low levels, | Selene ToyKeeper | 1 | -0/+3 |
| 2020-07-08 | made lighted button go low/high based on DEFAULT_LEVEL instead of MAX_1x7135, | Selene ToyKeeper | 1 | -2/+2 |
| 2020-02-25 | added support for boost PMIC enable pin (K1 12V has 2 pins which need to turn... | Selene ToyKeeper | 1 | -0/+6 |
| 2019-11-29 | adjusted BLF Lantern (Sofirn LT1) tint ramping power correction factor to mat... | Selene ToyKeeper | 1 | -1/+4 |
| 2019-09-06 | added button LED support to D4v2 | Selene ToyKeeper | 1 | -0/+3 |
| 2019-08-06 | un-hardcoded 255 as the highest PWM level, and used a "PWM_TOP" value instead | Selene ToyKeeper | 1 | -2/+2 |
| 2019-08-05 | merged a sanitized copy of the Emisar D4v2 branch; history summarized below: | Selene ToyKeeper | 1 | -9/+17 |
| 2019-07-30 | fsm-ramping: turn opamp chip on and off automatically based on ramp level | Selene ToyKeeper | 1 | -0/+9 |
| 2019-07-30 | fsm-ramping: made it possible to change bit depth of PWM values (8-bit or 16-... | Selene ToyKeeper | 1 | -13/+13 |
| 2019-07-26 | merged a sanitized copy of the Emisar D4v2 branch; history summarized below: | Selene ToyKeeper | 1 | -9/+17 |
| 2019-05-14 | the lantern middle-tint power correction factor wasn't quite right... | Selene ToyKeeper | 1 | -1/+1 |
| 2019-05-14 | added tint ramping power correction for middle tints | Selene ToyKeeper | 1 | -6/+17 |
| 2019-05-14 | added auto-tint modes, refactored some indicator blinks into "blip()", enable... | Selene ToyKeeper | 1 | -1/+13 |
| 2018-09-13 | fixed tint ramp brightness being off by one level, | Selene ToyKeeper | 1 | -9/+7 |
| 2018-09-13 | Added tint ramping. Not tested yet. Also added BLF Lantern build target. | Selene ToyKeeper | 1 | -0/+20 |
| 2018-06-23 | Don't auto-shutoff indicator LED when entering standby mode. | Selene ToyKeeper | 1 | -0/+1 |
| 2018-06-17 | Started adding support for aux LEDs which go out the front instead of lightin... | Selene ToyKeeper | 1 | -0/+4 |
| 2017-10-21 | Moved indicator_led() from Anduril into FSM. Made it auto-set indicator leve... | Selene ToyKeeper | 1 | -0/+7 |
| 2017-09-26 | Added dynamic underclocking to FSM, instead of doing it manually in Anduril. | Selene ToyKeeper | 1 | -0/+3 |
| 2017-09-10 | Fixed a bug in gradual_tick(), I think. | Selene ToyKeeper | 1 | -2/+4 |
| 2017-09-09 | Rewrote gradual_tick(). Is smaller, better, and safer now. | Selene ToyKeeper | 1 | -116/+28 |
| 2017-09-09 | Made thermal regulation adjust smoothly (1 PWM step at a time) to make adjust... | Selene ToyKeeper | 1 | -0/+146 |
| 2017-08-24 | Added a ramping UI example. | Selene ToyKeeper | 1 | -0/+62 |