aboutsummaryrefslogtreecommitdiff
path: root/hw/lumintop/fw3x-lume1/hwdef.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed FW3X thermal regulationSelene ToyKeeper2023-11-281-4/+6
| | | | | | | | 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: fixed external temperature sensorSelene ToyKeeper2023-11-281-0/+32
| | | | (the MCU's internal sensor works too, but external is a bit better I guess?)
* FW3X: multiple upgrades...Selene ToyKeeper2023-11-271-9/+59
| | | | | | | | - 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
* got things to compile again, renamed #includesSelene ToyKeeper2023-11-021-1/+1
| | | | (also modified the build scripts to work with the new file structure)
* reorganized project files (part 1)Selene ToyKeeper2023-11-021-0/+60
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)