| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-02-23 | added &hank-kr1aa build for new Emisar / Noctigon KR1AA | Selene ToyKeeper | 1 | -1/+2 | |
| It's the same as &hank-emisar-d3aa, but needed some minor tweaks: - wait longer before measuring the battery, because it's hard to tighten the tailcap fast enough - ramp adjustments to compensate for slightly different "gear ratio" | |||||
| 2025-06-04 | renamed wurkkos-ts25-boost to wurkkos-ts26 | Selene ToyKeeper | 1 | -2/+1 | |
| (the product name changed upstream) | |||||
| 2025-04-29 | fixed model number of hank-lume-x1 in MODELS | Selene ToyKeeper | 1 | -1/+1 | |
| 2024-09-22 | hank-lume-x1 cleanup and calibration, part 1: | Selene ToyKeeper | 1 | -1/+1 | |
| - changed model number from 0281 to 0171 - cleaned up blink_negative and AUXLED_RGB_DIFFERENT_PORTS a little (but the latter needs a complete refactor, as soon as the hardware abstraction code can handle aux LEDs better) - cleaned up USE_LONG_BLINK_FOR_NEGATIVE_SIGN a little - removed USE_OTG_IN_MOMENTARY since it's not actually used - moved hw/loneoceans/lume-x1-avr32dd20/* files into hw/hank/lume-x1/ - superficial cleanup on hank/lume-x1/hwdef.* - removed some of the extra stuff from hank/lume-x1/anduril.h - adjusted calibration (especially ramp table) on hank-lume-x1 (ramp shape is pretty close to a D4K-boost now, but with more firefly modes) (calibration is based on a sample size of 1, further testing needed) | |||||
| 2024-09-22 | cherry-picked hank-lume-x1 code from ↵ | Selene ToyKeeper | 1 | -0/+1 | |
| https://github.com/loneoceans/anduril/commit/d83ebb75dab8c462b7efa841bccc00a136ff15a2 The [PR](https://github.com/ToyKeeper/anduril/pull/37) has a lot of other stuff in it, so I'm just picking out the parts needed for this particular light, and leaving the rest for later. Will need further edits before merging into trunk. | |||||
| 2024-08-04 | Add Wurkkos TS10 RGB with reduced FET output | SammysHP | 1 | -0/+1 | |
| 2024-04-19 | Forgot to update model count after the last couple additions | Selene ToyKeeper | 1 | -1/+1 | |
| 2024-04-01 | MODELS: added emisar-d3aa | Selene ToyKeeper | 1 | -1/+2 | |
| 2024-01-21 | Add Fireflies PL47G2-219 variant. | jim-p | 1 | -0/+1 | |
| Same as PL47G2 but with FET PWM levels safe for 219 emitters. Same as difference between PL47 and PL47-219. PL47G2 base allows low mode for aux LEDs, PL47 does not. | |||||
| 2024-01-10 | added "emisar-2ch-fet-joined" build, for D4S w/ lighted switch | Selene ToyKeeper | 1 | -0/+1 | |
| (it's an odd case with a 2 channel driver which only uses 1 set of LEDs) | |||||
| 2023-12-17 | documented Wurkkos TS25/TS11/FC13 distinctions | Selene ToyKeeper | 1 | -6/+6 | |
| 2023-12-03 | updated MODELS, bin/models.py, and hw/BRANDS... | Selene ToyKeeper | 1 | -76/+78 | |
| - changed column order to (model, mcu, name) - changed column sizes (auto-sized w/ 2 spaces between columns) - made it handle hex digits in model numbers - reserved 1900 to 2199 for years only, not model numbers - noted gChart and thefreeman sharing a brand ID | |||||
| 2023-11-03 | moved ATTINY and MODEL_NUMBER into $target/arch and $target/model, | Selene ToyKeeper | 1 | -59/+55 | |
| and updated other scripts and files accordingly | |||||
| 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-30 | converted thefreeman-lin16dac to new API, | Selene ToyKeeper | 1 | -0/+1 | |
| 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) | |||||
| 2023-10-29 | updated model names which changed recently | Selene ToyKeeper | 1 | -2/+4 | |
| 2023-10-12 | misc comments, spacing, documentation | Selene ToyKeeper | 1 | -0/+2 | |
| 2023-08-29 | renamed wurkkos-ts10-rgb to wurkkos-ts10-rgbaux | Selene ToyKeeper | 1 | -1/+2 | |
| (for consistency, and in case they ever make a full RGB version) (also, raised the post-off voltage brightness threshold, because these aux LEDs are pretty bright) (and updated the TS10 hwdef to the current API) | |||||
| 2023-08-03 | fixed accidental reversal of two deprecated k9.3-tintramp model numbers | Selene ToyKeeper | 1 | -2/+2 | |
| 2023-08-03 | converted all K9.3 builds and D4Sv2-tintramp-fet (now emisar-2ch-fet) | Selene ToyKeeper | 1 | -4/+6 | |
| to multi-channel, and removed old K9.3 builds which aren't relevant any more, and old D4Sv2-tintramp builds | |||||
| 2023-05-17 | converted Noctigon DM11-12V build, renamed to noctigon-dm11-boost | Selene ToyKeeper | 1 | -1/+2 | |
| 2023-05-02 | added Wurkkos FC13 and TS11 | Selene ToyKeeper | 1 | -2/+7 | |
| (and a placeholder for the upcoming Noctigon M44) | |||||
| 2023-04-07 | merging gchart's changes, part 1... | Selene ToyKeeper | 1 | -0/+4 | |
| + added Sofirn LT1S Pro + added Sofirn SC21 Pro + added Wurkkos TS10 + added Wurkkos TS25 * small changes to other models * improved dual voltage support + added attiny1616 flashing python script w/ pymcuprog These changes are incomplete. It does not yet include: - extended simple UI - t1616 WDT reset detection - gchart's OUTPUT_MUX code (I plan to rewrite the entire tint system) | |||||
| 2022-07-29 | added Emisar D1v2 models (old FET+7135, new linear+FET, new linear-only) | Selene ToyKeeper | 1 | -2/+3 | |
| 2022-03-30 | added KR4-12V build, fixed model number for DM11-SBT90 build | Selene ToyKeeper | 1 | -0/+2 | |
| 2022-01-29 | Tweak a few MT35Mini settings | Gabriel Hart | 1 | -1/+2 | |
| 2021-11-12 | added DM11 to MODELS file | Selene ToyKeeper | 1 | -0/+3 | |
| 2021-11-03 | fixed KR4-tintramp build (switch wasn't working) and added it to MODELS | Selene ToyKeeper | 1 | -0/+1 | |
| 2021-09-22 | added attiny type to the MODELS file, rewrote how MODELS file gets generated | Selene ToyKeeper | 1 | -53/+56 | |
| (because it's kind of important to know which MCU each light uses, and because this will be helpful later when the build system is rewritten) | |||||
| 2021-08-12 | Finalized SP10S and renamed to SP10 Pro. Updated Sofirn settings to include SOS. | Gabriel Hart | 1 | -1/+1 | |
| 2021-07-25 | added Nichia 219B build for KR4 and K9.3, adjusted 219C builds, for intl-outdoor | Selene ToyKeeper | 1 | -0/+2 | |
| 2021-07-11 | added Emisar D18 Nichia 219 build target (same as normal but reduced FET power) | Selene ToyKeeper | 1 | -0/+1 | |
| 2021-04-02 | re-numbered t1616 builds to reflect manufacturer better | Selene ToyKeeper | 1 | -4/+4 | |
| (all the Sofirn ones are pre-production builds intended to go on new Sofirn-produced hardware) | |||||
| 2021-04-01 | Renamed gchart-fet1-t16 to t1616, to make it consistent with other t1616 models. | Selene ToyKeeper | 1 | -1/+1 | |
| 2021-01-25 | updated MODELS file with missing K9.3-nofet build target | Selene ToyKeeper | 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 | -0/+3 | |
| 2021-01-12 | Add Sofirn SP10S (adapter) and dual-voltage logic | Gabriel Hart | 1 | -0/+1 | |
| 2020-12-18 | Add AVR 1-Series and t1616 board and scripts | Gabriel Hart | 1 | -0/+1 | |
| 2020-10-18 | added model number to Lume1 FW3X build target | Selene ToyKeeper | 1 | -0/+1 | |
| 2020-10-14 | configured K9.3 cfg (mostly), assigned a model number, fixed typo in hwdef | Selene ToyKeeper | 1 | -0/+1 | |
| (main LEDs work now; 2nd LEDs not yet) (aux and button LEDs work too, plus switch) | |||||
| 2020-09-24 | documentation improvements: | Selene ToyKeeper | 1 | -9/+39 | |
| - moved MODELS to BRANDS - added MODELS file generated from "make models" - added version check info to manual - clarified how memory options work - fixed docs for auto-lock feature - small code comment clarifications | |||||
| 2020-08-31 | added model numbers to each build target, and to version check function | Selene ToyKeeper | 1 | -0/+9 | |
