aboutsummaryrefslogtreecommitdiff
path: root/hw/lumintop/fw3x-lume1/anduril.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fw3x: reduced pulsing on low modesSelene ToyKeeper2023-12-101-2/+2
|
* fixed FW3X thermal regulationSelene ToyKeeper2023-11-281-0/+1
| | | | | | | | It had no minimum thermal stepdown defined, so it used MAX_7135 by default, which was level 149/150 ... thus virtually no regulation. I also made it easier to switch between internal and external temperature sensors by just commenting out a few lines in the hwdef.h.
* FW3X: multiple upgrades...Selene ToyKeeper2023-11-271-23/+9
| | | | | | | | - upgraded to DSM: lower lows, *much* smoother ramp - made lows more efficient with underclocking - fixed party strobe being too blurry - calibrated UI speed / bogomips multiplier - added readme to document this hardware's multiple quirks
* fw3x: fixed swapped red+blue, fixed battery measurements, added police color ↵Selene ToyKeeper2023-11-271-7/+20
| | | | strobe
* moved ATTINY and MODEL_NUMBER into $target/arch and $target/model,Selene ToyKeeper2023-11-031-2/+0
| | | | and updated other scripts and files accordingly
* renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1)Selene ToyKeeper2023-11-031-0/+81
(still need to update file contents afterward, but doing it in a separate commit so git can detect renames easier)