| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | 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 |
| |\ |
|
| | * | saner defaults for the default biking level | Selene ToyKeeper | 2023-11-30 | 2 | -11/+9 |
| | * | Merge branch 'fix-nofet-bikeflash' of github.com:digitalcircuit/anduril into ... | Selene ToyKeeper | 2023-11-30 | 1 | -1/+9 |
| |/| |
|
| | * | bikeflash: Cap default brightness to max, define | Shane Synan | 2023-11-28 | 1 | -1/+9 |
| * | | sofirn-lt1s-pro: disable memory timer and extended simple UI by default | Selene ToyKeeper | 2023-11-30 | 1 | -3/+3 |
| * | | minor documentation updates | Selene ToyKeeper | 2023-11-30 | 2 | -8/+9 |
| * | | Merge branch 'avr32dd20-devkit' into trunk | Selene ToyKeeper | 2023-11-30 | 83 | -1296/+2633 |
| |\ \ |
|
| | * | | eliminated direct CCP register access from arch/attiny1616 | Selene ToyKeeper | 2023-11-30 | 1 | -2/+2 |
| | * | | made the avr32dd20 flashing script more universal | Selene ToyKeeper | 2023-11-30 | 1 | -5/+32 |
| | * | | added a build target for FW3X with manually-fixed RGB aux wiring | Selene ToyKeeper | 2023-11-30 | 3 | -3/+21 |
| | * | | prevent future issues like the FW3X had | Selene ToyKeeper | 2023-11-28 | 1 | -4/+5 |
| | * | | fixed FW3X thermal regulation | Selene ToyKeeper | 2023-11-28 | 2 | -4/+7 |
| | * | | fixed incorrect temperature history for a few seconds after waking | Selene ToyKeeper | 2023-11-28 | 2 | -13/+11 |
| | * | | fsm/adc: removed dead code | Selene ToyKeeper | 2023-11-28 | 1 | -57/+32 |
| | * | | FW3X: fixed external temperature sensor | Selene ToyKeeper | 2023-11-28 | 2 | -7/+41 |
| | * | | FW3X: multiple upgrades... | Selene ToyKeeper | 2023-11-27 | 4 | -54/+132 |
| | * | | fw3x: fixed swapped red+blue, fixed battery measurements, added police color ... | Selene ToyKeeper | 2023-11-27 | 2 | -13/+29 |
| | * | | fixed ADC on sp10-pro | Selene ToyKeeper | 2023-11-27 | 1 | -2/+5 |
| | * | | fixed ADC on attiny85 and related builds | Selene ToyKeeper | 2023-11-27 | 5 | -23/+80 |
| | * | | fixed ADC on attiny1634 and related builds | Selene ToyKeeper | 2023-11-27 | 13 | -328/+181 |
| | * | | more ADC / DAC / MCU progress... | Selene ToyKeeper | 2023-11-24 | 13 | -157/+136 |
| | * | | avr32dd20-devkit: make the defaults a bit more dev friendly | Selene ToyKeeper | 2023-11-22 | 1 | -1/+5 |
| | * | | ADC voltage: battcheck 3 digits, fixed t1616, switched back to 8-bit internal... | Selene ToyKeeper | 2023-11-22 | 13 | -112/+207 |
| | * | | got ADC voltage+temp working on avrdd... but broke all other builds/MCUs | Selene ToyKeeper | 2023-11-21 | 5 | -34/+97 |
| | * | | 1.55V AA battery should not show as "white" voltage color, only purple | Selene ToyKeeper | 2023-11-21 | 1 | -1/+1 |