aboutsummaryrefslogtreecommitdiff
path: root/hwdef-sofirn-lt1s-pro.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-02reorganized project files (part 1)Selene ToyKeeper1-237/+0
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)
2023-09-17fixed builds which weren't using set_level_zero() yet...Selene ToyKeeper1-47/+15
- emisar-d4 - emisar-d4v2 - emisar-d4v2-nofet - emisar-d4sv2 - emisar-2ch - emisar-2ch-fet - noctigon-dm11-boost - noctigon-k1 - noctigon-kr4 - noctigon-kr4-nofet - sofirn-lt1s-pro ... and removed old build targets for d4sv2-tintramp, because it was replaced by emisar-2ch a while ago.
2023-08-24added channel mode per strobe mode, and made FSM channel mode more flexible,Selene ToyKeeper1-6/+6
and fixed issue in tactical mode where strobes wouldn't stop on button release
2023-07-18lowercase'd sofirn-lt1s-pro filesSelene ToyKeeper1-0/+0
2023-07-17fixed LT1S Pro (using new refactor)Selene ToyKeeper1-0/+42
2023-04-25updated D4Sv2-tintramp -> Emisar 2-channel build target ...Selene ToyKeeper1-67/+32
... and reworked how gradual_tick() works ... and updated LT1S Pro to use new method
2023-04-19LT1S Pro: added white-only auto-tint mode, at gchart's requestSelene ToyKeeper1-2/+56
2023-04-17switched the rest of FSM + Anduril to use SPDX license headersSelene ToyKeeper1-1/+0
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-16reduced ROM by ~600 bytes by moving all eeprom config values to a "cfg" structSelene ToyKeeper1-67/+7
(this also made some parts of the code cleaner)
2023-04-14LT1S: added thermal regulationSelene ToyKeeper1-59/+175
... 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-14LT1S Pro: added dynamic PWM (much better low modes!)Selene ToyKeeper1-14/+100
2023-04-13refactor progress checkpoint ... got Sofirn LT1S Pro and Emisar D4v2 workingSelene ToyKeeper1-0/+67
with the new channel mode system ... but there's a lot more left to do