| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-11-03 | renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1) | Selene ToyKeeper | 1 | -82/+0 | |
| (still need to update file contents afterward, but doing it in a separate commit so git can detect renames easier) | |||||
| 2023-11-02 | got things to compile again, renamed #includes | Selene ToyKeeper | 1 | -2/+2 | |
| (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-27 | converted blf-q8-t1616 to new API, using wurkkos-ts10 and wurkkos-ts25 as a base | Selene ToyKeeper | 1 | -20/+40 | |
| (since the Q8 driver was the direct predecessor to those Wurkkos drivers, they're almost identical) | |||||
| 2023-04-17 | switched the rest of FSM + Anduril to use SPDX license headers | Selene ToyKeeper | 1 | -0/+4 | |
| 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-15 | merged gcharts config updates for BLF Q8 t1616 | Selene ToyKeeper | 1 | -2/+11 | |
| 2021-10-29 | Add thefreeman's DAC linear driver (beta); also update Sofirn bilds to use ↵ | Gabriel Hart | 1 | -2/+2 | |
| the new 2C_STYLE defines | |||||
| 2021-08-12 | Finalized SP10S and renamed to SP10 Pro. Updated Sofirn settings to include SOS. | Gabriel Hart | 1 | -0/+4 | |
| 2021-04-14 | aux LED config cleaning... | Selene ToyKeeper | 1 | -4/+0 | |
| - use fancy blinking mode by default (define USE_OLD_BLINKING_INDICATOR if old slow mode is wanted) - remove TICK_DURING_STANDBY from all cfg-*.h files because it's enabled automatically by other features anyway (autolock, memory timer) - remove STANDBY_TICK_SPEED from cfg-*.h because all the values matched the default anyway so it was redundant - set rot66 button LED to high+blinking instead of high+off (it was only "off" because it ran out of space, and that was resolved) - enabled fancier indicator by default on fireflies-ui and rampingiosv3, since its other #define clauses were removed (not sure if those older UIs still compile, but if so, it's worth at least trying not to break it) | |||||
| 2021-04-02 | re-numbered t1616 builds to reflect manufacturer better | Selene ToyKeeper | 1 | -1/+1 | |
| (all the Sofirn ones are pre-production builds intended to go on new Sofirn-produced hardware) | |||||
| 2021-01-12 | Add the override of ATTINY setting to 1616 for the new T1616 config files | Gabriel Hart | 1 | -0/+1 | |
| 2021-01-12 | Add hwdef for BLF Q8 with t1616 and cfg files for the Q8, Lantern, and SP36 | Gabriel Hart | 1 | -3/+3 | |
| 2020-08-31 | added model numbers to each build target, and to version check function | Selene ToyKeeper | 1 | -0/+1 | |
| 2020-08-20 | raised ceiling levels for simple UI in each build target | Selene ToyKeeper | 1 | -0/+12 | |
| (the idea is "high but not crazy", or around 100% to 150% of thermally-sustainable level) ... and set the default steps to 5 instead of 3 | |||||
| 2019-11-24 | enabled muggle mode again in all build targets, since it fits now | Selene ToyKeeper | 1 | -5/+0 | |
| 2019-11-19 | the Q8 can just barely fit muggle mode again | Selene ToyKeeper | 1 | -3/+3 | |
| 2019-11-14 | turned off muggle mode on Q8 and MF01S, to make builds small enough again | Selene ToyKeeper | 1 | -0/+5 | |
| 2018-12-18 | Reworked the config file include system so it'll include the #defined value | Selene ToyKeeper | 1 | -0/+1 | |
| instead of having to hard-code a bunch of specific recognized values. | |||||
| 2018-12-14 | Enable fancier aux LED blinking mode on BLF Q8 and Sofirn SP36. | Selene ToyKeeper | 1 | -0/+3 | |
| 2018-11-14 | added a fancier blinking mode for button/aux LEDs, enabled on D4S / Q8 / SP36 | Selene ToyKeeper | 1 | -0/+2 | |
| 2018-11-03 | Made it easier to override hwdef-*.h values in cfg-*.h files. | Selene ToyKeeper | 1 | -4/+0 | |
| 2018-07-01 | Made it easier to define thermal parameters per driver type. | Selene ToyKeeper | 1 | -0/+3 | |
| Renamed THERM_DOUBLE_SPEED_LEVEL to THERM_FASTER_LEVEL, since it's not really 2X speed, it's 4X or more. This parameter defines approximately how bright the light can be without being considered risky or "turbo". Or the threshold between optimizing for rapid response vs optimizing for no oscillations. | |||||
| 2018-06-27 | Move driver-specific ramp tables into the driver's config file. | Selene ToyKeeper | 1 | -0/+15 | |
| Added a method to allow driver configs to override default ramp tables. | |||||
| 2018-06-24 | Refactored driver/hardware definition code to be one file per driver type. | Selene ToyKeeper | 1 | -2/+2 | |
| 2018-06-24 | Moved driver-specific details to separate header files. | Selene ToyKeeper | 1 | -0/+9 | |
| General code cleanup and notes. Fixed build when thermal regulation is turned off. May have fixed (or at least improved) issue with main LED interfering with aux LEDs during aux LED config. | |||||
