| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | Merge branch 'manual-actions' of github.com:SiteRelEnby/anduril into pr52-Sit... | Selene ToyKeeper | 2024-03-29 | 1 | -1/+1 |
| |/| | | | |
|
| | * | | | | Allow manually running GitHub actions workflows | SiteRelEnby | 2024-02-29 | 1 | -1/+1 |
| | | |/ /
| |/| | |
|
| * | | | | Merge branch 'pr46-SiteRelEnby-bugfix-tacmode-without-momentary' into trunk | Selene ToyKeeper | 2024-03-28 | 2 | -6/+8 |
| |\ \ \ \ |
|
| | * | | | | fixed Tactical Mode's strobes when Momentary Mode not enabled | Selene ToyKeeper | 2024-03-28 | 1 | -3/+5 |
| | * | | | | Merge branch 'bugfix-tacmode-without-momentary' of github.com:SiteRelEnby/and... | Selene ToyKeeper | 2024-03-28 | 2 | -3/+3 |
| |/| | | | |
|
| | * | | | | Bugfix: Tactical mode has a dependency on momentary mode | SiteRelEnby | 2024-02-02 | 2 | -3/+3 |
| | |/ / / |
|
| * | | | | Merge branch 'pr49-SiteRelEnby-tactical-mode-3c-fix' into trunk | Selene ToyKeeper | 2024-03-28 | 1 | -0/+5 |
| |\ \ \ \ |
|
| | * | | | | Merge branch 'tactical-mode-3c-fix' of github.com:SiteRelEnby/anduril into pr... | Selene ToyKeeper | 2024-03-28 | 1 | -0/+5 |
| |/| | | | |
|
| | * | | | | Bugfix: Prevent switching channel modes when in tactical mode | SiteRelEnby | 2024-02-14 | 1 | -0/+5 |
| | |/ / / |
|
| * | | | | increased voltage precision from 0.025V to 0.02V | Selene ToyKeeper | 2024-03-27 | 15 | -86/+87 |
| * | | | | fixed inaccurate comment (thanks to xikteny for spotting it) | Selene ToyKeeper | 2024-03-23 | 1 | -1/+1 |
| | | * | | d3aa weak battery test: blink 3x instead of 2x, and omit number readout | Selene ToyKeeper | 2024-03-29 | 3 | -5/+18 |
| | | * | | weak battery detection: use different thresholds for AA and Li-Ion | Selene ToyKeeper | 2024-03-26 | 2 | -12/+17 |
| | | * | | d3aa: got weak battery detection actually working, | Selene ToyKeeper | 2024-03-26 | 4 | -40/+55 |
| | | * | | dammit, got alkaline detection half working and then my flashing adapter died | Selene ToyKeeper | 2024-03-25 | 5 | -2/+91 |
| | | * | | d3aa fine-tuning: | Selene ToyKeeper | 2024-03-11 | 3 | -46/+35 |
| | | * | | d3aa: fixed voltage measurement | Selene ToyKeeper | 2024-03-04 | 3 | -4/+5 |
| | | * | | Merge branch 'trunk' into emisar-d3aa | Selene ToyKeeper | 2024-03-04 | 20 | -29/+633 |
| | | |\ \
| |_|/ /
|/| | | |
|
| * | | | | enabled eeprom read/write stabilization by default on recent MCUs, | Selene ToyKeeper | 2024-02-02 | 2 | -4/+12 |
| * | | | | thefreeman-avr32dd20-devkit: enable boost bypass at boot, so AA/NiMH can boot | Selene ToyKeeper | 2024-02-02 | 1 | -0/+1 |
| |/ / / |
|
| * | / | avr32dd20-devkit: use unimplemented "CH" pin as a boost bypass control | Selene ToyKeeper | 2024-01-30 | 2 | -2/+33 |
| | |/
|/| |
|
| * | | added "emisar-2ch-fet-joined" build, for D4S w/ lighted switch | Selene ToyKeeper | 2024-01-10 | 6 | -0/+512 |
| * | | documented FW3X swapped pins better | Selene ToyKeeper | 2023-12-17 | 1 | -3/+7 |
| * | | documented Wurkkos TS25/TS11/FC13 distinctions | Selene ToyKeeper | 2023-12-17 | 4 | -6/+44 |
| * | | build.sh: don't require DFPs, newer avr-libc doesn't need them | Selene ToyKeeper | 2023-12-15 | 1 | -6/+8 |
| * | | use BLIP_LEVEL instead of 0 for "blip"s | Selene ToyKeeper | 2023-12-15 | 3 | -2/+7 |
| * | | clarified which-hex-file.md a bit; make sure the model number matches | Selene ToyKeeper | 2023-12-11 | 1 | -4/+7 |
| * | | fw3x: reduced pulsing on low modes | Selene ToyKeeper | 2023-12-10 | 1 | -2/+2 |
| | * | Merge branch 'trunk' into emisar-d3aa | Selene ToyKeeper | 2023-12-05 | 15 | -246/+506 |
| | |\
| |/
|/| |
|
| * | | moved version string calculation to bin/version-string.sh | Selene ToyKeeper | 2023-12-05 | 3 | -13/+63 |
| * | | forgot one item in the ChangeLog | Selene ToyKeeper | 2023-12-05 | 1 | -0/+2 |
| * | | ChangeLog: added 2023-12-03 release notes, converted @modelname to &modelname | Selene ToyKeeper | 2023-12-03 | 1 | -52/+115 |
| * | | docs: expanded / reorganized info on Version Check formats | Selene ToyKeeper | 2023-12-03 | 2 | -44/+63 |
| * | | updated MODELS, bin/models.py, and hw/BRANDS... | Selene ToyKeeper | 2023-12-03 | 3 | -81/+112 |
| * | | fw3x: document how it ships with the wrong fuse values, and how to fix it | Selene ToyKeeper | 2023-12-03 | 1 | -0/+5 |
| * | | Merge branch 'github-ci-fix-version-tags' into trunk | Selene ToyKeeper | 2023-12-02 | 2 | -4/+16 |
| |\ \ |
|
| | * | | github CI: fetch history too, to allow detection of version tags | Selene ToyKeeper | 2023-12-02 | 1 | -1/+2 |
| | * | | build-all: handle the case where "git describe" can't get any tags | Selene ToyKeeper | 2023-12-02 | 1 | -0/+5 |
| | * | | run CI on all branches, not just on trunk | Selene ToyKeeper | 2023-12-02 | 1 | -4/+7 |
| | * | | fetch tags on CI checkout, so 'git describe' can work | Selene ToyKeeper | 2023-12-02 | 1 | -0/+3 |
| |/ / |
|
| * | | added docs/battery-rainbow.png from old repo, since it's still relevant | Selene ToyKeeper | 2023-12-01 | 1 | -0/+0 |
| * | | added bin/make-release.sh to generate a .zip file ready for release | Selene ToyKeeper | 2023-12-01 | 2 | -1/+56 |
| * | | build-all.sh: re-indented, started organizing code into functions | Selene ToyKeeper | 2023-11-30 | 1 | -75/+84 |
| * | | changed version number to use the latest release tag instead of build date | Selene ToyKeeper | 2023-11-30 | 3 | -5/+19 |
| | * | d3aa: made it easy to switch between vddio2 and external voltage divider | Selene ToyKeeper | 2023-12-05 | 2 | -9/+14 |
| | * | emisar-d3aa: new model number, since this is a new product line | Selene ToyKeeper | 2023-11-30 | 1 | -1/+1 |
| | * | added initial code for emisar-d3aa torch | Selene ToyKeeper | 2023-11-30 | 5 | -0/+450 |
| |/ |
|
| * | fixed RGB aux turning on in momentary mode when post-off voltage was enabled | Selene ToyKeeper | 2023-11-30 | 1 | -6/+9 |
| * | oops, flashing script should actually flash ... not just echo a command | Selene ToyKeeper | 2023-11-30 | 1 | -1/+1 |
| * | Merge branch 'pr23-digitalcircuit-fix-nofet-bikeflash' into trunk | Selene ToyKeeper | 2023-11-30 | 2 | -4/+10 |
| |\ |
|