| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-11-10 | refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch] | Selene ToyKeeper | 1 | -3/+1 | |
| Phew, that's a lot of changes! And there's still a lot more to do... | |||||
| 2023-11-03 | moved ATTINY and MODEL_NUMBER into $target/arch and $target/model, | Selene ToyKeeper | 1 | -1/+0 | |
| and updated other scripts and files accordingly | |||||
| 2023-11-02 | got things to compile again, renamed #includes | Selene ToyKeeper | 1 | -1/+1 | |
| (also modified the build scripts to work with the new file structure) | |||||
| 2023-11-02 | reorganized project files (part 1) | Selene ToyKeeper | 1 | -0/+0 | |
| (just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff) | |||||
| 2023-10-29 | fixed blf-lt1-t1616, after testing on actual hardware | Selene ToyKeeper | 1 | -2/+3 | |
| (its DSM interrupt wasn't working at all, and it needed a few other tweaks) | |||||
| 2023-10-26 | converted Sofirn LT1-t1616 to new API, using SiteRelEnby's branch for reference | Selene ToyKeeper | 1 | -27/+24 | |
| (needs further updates though, to improve ramping, since this version is basically a straight conversion of the old t85 code with 8-bit ramps) | |||||
| 2023-07-18 | lowercase'd sofirn-lt1s-pro files | Selene ToyKeeper | 1 | -1/+1 | |
| 2023-07-17 | fixed LT1S Pro (using new refactor) | Selene ToyKeeper | 1 | -37/+11 | |
| 2023-04-25 | updated D4Sv2-tintramp -> Emisar 2-channel build target ... | Selene ToyKeeper | 1 | -5/+5 | |
| ... and reworked how gradual_tick() works ... and updated LT1S Pro to use new method | |||||
| 2023-04-19 | LT1S Pro: added white-only auto-tint mode, at gchart's request | Selene ToyKeeper | 1 | -12/+17 | |
| 2023-04-17 | made "Ramp 3H" do momentary turbo if current channel mode has no args | Selene ToyKeeper | 1 | -3/+5 | |
| 2023-04-17 | switched the rest of FSM + Anduril to use SPDX license headers | Selene ToyKeeper | 1 | -7/+7 | |
| instead of full GPL headers (or all too often, nothing at all) There are a few "FIXME" entries where I'm not sure about the correct copyright. | |||||
| 2023-04-16 | reduced ROM by ~600 bytes by moving all eeprom config values to a "cfg" struct | Selene ToyKeeper | 1 | -1/+1 | |
| (this also made some parts of the code cleaner) | |||||
| 2023-04-14 | LT1S: added thermal regulation | Selene ToyKeeper | 1 | -27/+17 | |
| ... and a bunch of gradual_tick functions ... and abstracted out some of the tint calculations ... and moved some UI settings into cfg.h | |||||
| 2023-04-14 | LT1S Pro: added dynamic PWM (much better low modes!) | Selene ToyKeeper | 1 | -29/+46 | |
| 2023-04-13 | refactor progress checkpoint ... got Sofirn LT1S Pro and Emisar D4v2 working | Selene ToyKeeper | 1 | -29/+80 | |
| with the new channel mode system ... but there's a lot more left to do | |||||
| 2023-04-07 | merging gchart's changes, part 1... | Selene ToyKeeper | 1 | -16/+23 | |
| + added Sofirn LT1S Pro + added Sofirn SC21 Pro + added Wurkkos TS10 + added Wurkkos TS25 * small changes to other models * improved dual voltage support + added attiny1616 flashing python script w/ pymcuprog These changes are incomplete. It does not yet include: - extended simple UI - t1616 WDT reset detection - gchart's OUTPUT_MUX code (I plan to rewrite the entire tint system) | |||||
| 2021-09-10 | fixed blf-lantern-t1616 build... I think | Selene ToyKeeper | 1 | -12/+18 | |
| (can't test because I have no hardware, but it at least compiles) | |||||
| 2021-05-04 | Update 1-Series to use 10 MHz clock and Phase Correct PWM. Add PWM ↵ | Gabriel Hart | 1 | -4/+10 | |
| documentation. Also clear thermal offset on factory reset instead of setting it to 21*C. | |||||
| 2021-04-01 | minor formatting cleanup on t1616 hwdef files | Selene ToyKeeper | 1 | -9/+10 | |
| 2021-02-01 | Add RGB Aux functionality for 1-Series | Gabriel Hart | 1 | -3/+2 | |
| 2021-01-12 | Add hwdef for BLF Q8 with t1616 and cfg files for the Q8, Lantern, and SP36 | Gabriel Hart | 1 | -25/+25 | |
| 2020-12-18 | Add AVR 1-Series and t1616 board and scripts | Gabriel Hart | 1 | -0/+101 | |
