aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* renamed cfg.h -> anduril.h inside source filesSelene ToyKeeper2023-11-0351-52/+52
|
* renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1)Selene ToyKeeper2023-11-0373-2/+2
| | | | | (still need to update file contents afterward, but doing it in a separate commit so git can detect renames easier)
* got things to compile again, renamed #includesSelene ToyKeeper2023-11-02164-977/+317
| | | | (also modified the build scripts to work with the new file structure)
* reorganized project files (part 1)Selene ToyKeeper2023-11-02256-453/+0
| | | | | (just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)
* added LICENSE (GPLv3)Selene ToyKeeper2023-11-021-0/+674
|
* added barebones README.mdSelene ToyKeeper2023-11-021-0/+9
|
* repo converted from bzr to git, added .gitignoreSelene ToyKeeper2023-11-021-0/+13
|
* merged multi-channel branch with a major refactor and half a year of updatesSelene ToyKeeper2023-11-02270-6942/+13601
|\
| * slightly longer smooth-off animation, to make on and off feel symmetricalSelene ToyKeeper2023-10-311-1/+1
| |
| * finally added a change logSelene ToyKeeper2023-10-311-0/+245
| | | | | | | | | | (only has half a year of history though; needs older stuff added)
| * converted fw3x-lume1 to new API, I thinkSelene ToyKeeper2023-10-315-87/+168
| | | | | | | | | | (needs testing on actual hardware, and ideally tweaking to improve performance)
| * restored original smooth-steps-downward timing;Selene ToyKeeper2023-10-311-1/+1
| | | | | | | | | | it was just a little bit imbalanced after recent changes
| * converted thefreeman-lin16dac to new API,Selene ToyKeeper2023-10-304-65/+201
| | | | | | | | | | | | | | but unsure if it works since I it's very uncommon hardware I don't have (also, there are some obvious things needing fixing, but I'd need hardware to calibrate it correctly)
| * build.sh: use busybox-compatible grep argsSelene ToyKeeper2023-10-301-1/+1
| |
| * converted mateminco-mt35-mini to new APISelene ToyKeeper2023-10-303-72/+119
| | | | | | | | | | | | (but it's not tested; it's the only circuit with its particular design, and I don't have compatible hardware)
| * fixed sp10-pro build error (attiny DFP v2 changed some definitions)Selene ToyKeeper2023-10-301-1/+1
| |
| * fixed delay timing on attiny1616 (it was about 17% too long this whole time)Selene ToyKeeper2023-10-293-6/+6
| | | | | | | | | | (and re-adjusted smooth step timing accordingly)
| * updated model names which changed recentlySelene ToyKeeper2023-10-291-2/+4
| |
| * converted noctigon-k1-boost to multi-channel with PWM+DSMSelene ToyKeeper2023-10-293-152/+231
| | | | | | | | | | (it's almost identical to noctigon-dm11-boost)
| * applied new delay factor to other DSM builds, and some new DSM_* definesSelene ToyKeeper2023-10-296-10/+37
| |
| * converted noctigon-dm11-boost to use PWM+DSM, and recalibrated timing for ↵Selene ToyKeeper2023-10-297-53/+126
| | | | | | | | | | | | | | | | | | | | delays + smooth steps Anduril has gradually gotten faster over the years, apparently, so it needed longer delays to get accurate-ish timing for beacon and other modes. Adding DSM also changes the timing perceptibly, so I made it possible to calibrate the delay fudge factor on a per-build basis.
| * fixed blf-lt1-t1616, after testing on actual hardwareSelene ToyKeeper2023-10-295-25/+39
| | | | | | | | | | (its DSM interrupt wasn't working at all, and it needed a few other tweaks)
| * converted noctigon-k1-sbt90 to new API and switched to dynamic PWMSelene ToyKeeper2023-10-283-156/+226
| | | | | | | | | | (but it's not tested on hardware, since I have none)
| * converted ff-rot66 to new APISelene ToyKeeper2023-10-284-26/+32
| | | | | | | | | | | | (it's mostly the same as FW3A, but has an aux LED so there's less room for other stuff)
| * converted emisar-d18 to new APISelene ToyKeeper2023-10-284-66/+133
| | | | | | | | | | (it's mostly the same as FW3A)
| * switched blf-lt1-t1616 from plain PWM to PWM+DSMSelene ToyKeeper2023-10-285-89/+186
| | | | | | | | | | (and made DSM interrupt definitions a bit cleaner)
| * enabled smooth steps on blf-q8 and sofirn-sp36, instead of tactical modeSelene ToyKeeper2023-10-271-1/+3
| |
| * converted noctigon-m44 to use PWM+DSM instead of PWM+PFM (dynamic PWM)Selene ToyKeeper2023-10-276-105/+185
| | | | | | | | | | (this gives better, smoother low modes and reduced flicker)
| * converted gchart-fet1-t1616 to new APISelene ToyKeeper2023-10-272-58/+112
| | | | | | | | | | (is almost identical to a wurkkos-ts10)
| * converted blf-q8-t1616 to new API, using wurkkos-ts10 and wurkkos-ts25 as a baseSelene ToyKeeper2023-10-274-130/+184
| | | | | | | | | | | | (since the Q8 driver was the direct predecessor to those Wurkkos drivers, they're almost identical)
| * converted noctigon-kr4-boost to new APISelene ToyKeeper2023-10-274-232/+73
| | | | | | | | | | (it's almost identical to noctigon-dm11-boost)
| * fixed blf-q8 build (was 6 bytes too big)Selene ToyKeeper2023-10-261-0/+6
| |
| * fixed emisar-d1v2 builds (only needed a simple one-liner)Selene ToyKeeper2023-10-263-3/+3
| |
| * minor comment cleanupSelene ToyKeeper2023-10-263-1/+2
| |
| * converted Sofirn LT1-t1616 to new API, using SiteRelEnby's branch for referenceSelene ToyKeeper2023-10-267-163/+353
| | | | | | | | | | | | (needs further updates though, to improve ramping, since this version is basically a straight conversion of the old t85 code with 8-bit ramps)
| * converted blf-gt-mini to new APISelene ToyKeeper2023-10-262-2/+4
| |
| * improved blf-lt1 ramp and fixed issue with missed button pressesSelene ToyKeeper2023-10-263-5/+10
| | | | | | | | | | (it seems t85 doesn't like having timer overflow interrupts enabled in standby?)
| * rewrote blf-lantern (blf-lt1) code to use multi-channel and PWM+DSM,Selene ToyKeeper2023-10-259-104/+368
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which required ... a few pretty significant changes: - no dynamic underclocking (it isn't compatible with DSM yet) - no tint ramping brightness correction (removed to save space) - removed ramp blinks (to save space, and because they're annoying) - removed momentary mode (to save space) - removed SOS mode (to save space) - removed (to save space) some other relatively recent features which weren't present in the original production firmware ... but some other things improved: + added smooth steps + extended Simple UI + added stepped tint ramping + added 13H factory reset, to save wear on threads + lower lows + smoother ramp + much higher tint ramp resolution in low modes I'm not entirely happy with this yet, so it probably needs additional work later in order to adjust the weird ramp shape (these 7135 chips have a weird response curve), add dynamic underclocking, cut down the ROM size if possible, re-add tint ramping brightness correction, etc. Multi-channel stuff in particular added a lot to the size. This is a pretty big change from the previous working build, so some users may want to stick with the last pre-multi-channel version. Non-trivial sacrifices were made to bring in more recent features.
| * fixed emisar-d1 + emisar-d1sSelene ToyKeeper2023-10-254-19/+3
| |
| * fixed bug: smooth ramp from turbo down to ceiling caused flickeringSelene ToyKeeper2023-10-231-7/+19
| | | | | | | | | | when smooth_steps was enabled
| * rewrote emisar-d4k-3ch to use delta-sigma modulation (PWM + DSM),Selene ToyKeeper2023-10-135-184/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | which gives much better resolution, especially for the 8-bit channel. Also... - set_channel_mode() aborts when going from/to the same channel, to avoid unnecessary flicker - hsv2rgb() uses 16-bit R/G/B and V now - changed default channel to All - reduced default channel modes to just A, B, C, and All - smooth ramp floor defaults to 1/150 - raised level when aux LEDs turn on high during use (for better compatibility with red main LEDs)
| * misc comments, spacing, documentationSelene ToyKeeper2023-10-126-6/+8
| |
| * fixed RGB aux colors being off by oneSelene ToyKeeper2023-10-121-1/+1
| | | | | | | | | | (bug introduced in r772, when adding AA/NiMH RGB voltage support)
| * emisar-d4: added smooth steps and tactical mode, reduced ramp bump,Selene ToyKeeper2023-10-101-5/+13
| | | | | | | | | | removed SOS mode to make room for other stuff
| * converted mateminco-mf01-mini build to new APISelene ToyKeeper2023-10-104-69/+122
| |
| * fix failed builds without USE_RAMP_AFTER_MOON_CONFIGSelene ToyKeeper2023-10-101-1/+3
| |
| * converted FW3A to new APISelene ToyKeeper2023-10-106-61/+214
| | | | | | | | | | | | | | (my FW3A dev host is dead though, so the DD FET channel isn't 100% confirmed to work ... will have to solder together a new dev host at some point)
| * converted sofirn-sp10-pro to new APISelene ToyKeeper2023-10-093-82/+158
| |
| * reduced @wurkoss-ts10 smooth ramp ceiling from 150 to 130Selene ToyKeeper2023-10-092-2/+2
| | | | | | | | | | (150 was a misunderstanding, and is too high)
| * converted old MF01S / MT18S buildSelene ToyKeeper2023-10-093-68/+116
| |