aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* moved version string calculation to bin/version-string.shSelene ToyKeeper2023-12-053-13/+63
* forgot one item in the ChangeLogSelene ToyKeeper2023-12-051-0/+2
* ChangeLog: added 2023-12-03 release notes, converted @modelname to &modelnameSelene ToyKeeper2023-12-031-52/+115
* docs: expanded / reorganized info on Version Check formatsSelene ToyKeeper2023-12-032-44/+63
* updated MODELS, bin/models.py, and hw/BRANDS...Selene ToyKeeper2023-12-033-81/+112
* fw3x: document how it ships with the wrong fuse values, and how to fix itSelene ToyKeeper2023-12-031-0/+5
* Merge branch 'github-ci-fix-version-tags' into trunkSelene ToyKeeper2023-12-022-4/+16
|\
| * github CI: fetch history too, to allow detection of version tagsSelene ToyKeeper2023-12-021-1/+2
| * build-all: handle the case where "git describe" can't get any tagsSelene ToyKeeper2023-12-021-0/+5
| * run CI on all branches, not just on trunkSelene ToyKeeper2023-12-021-4/+7
| * fetch tags on CI checkout, so 'git describe' can workSelene ToyKeeper2023-12-021-0/+3
|/
* added docs/battery-rainbow.png from old repo, since it's still relevantSelene ToyKeeper2023-12-011-0/+0
* added bin/make-release.sh to generate a .zip file ready for releaseSelene ToyKeeper2023-12-012-1/+56
* build-all.sh: re-indented, started organizing code into functionsSelene ToyKeeper2023-11-301-75/+84
* changed version number to use the latest release tag instead of build dateSelene ToyKeeper2023-11-303-5/+19
* fixed RGB aux turning on in momentary mode when post-off voltage was enabledSelene ToyKeeper2023-11-301-6/+9
* oops, flashing script should actually flash ... not just echo a commandSelene ToyKeeper2023-11-301-1/+1
* Merge branch 'pr23-digitalcircuit-fix-nofet-bikeflash' into trunkSelene ToyKeeper2023-11-302-4/+10
|\
| * saner defaults for the default biking levelSelene ToyKeeper2023-11-302-11/+9
| * Merge branch 'fix-nofet-bikeflash' of github.com:digitalcircuit/anduril into ...Selene ToyKeeper2023-11-301-1/+9
|/|
| * bikeflash: Cap default brightness to max, defineShane Synan2023-11-281-1/+9
* | sofirn-lt1s-pro: disable memory timer and extended simple UI by defaultSelene ToyKeeper2023-11-301-3/+3
* | minor documentation updatesSelene ToyKeeper2023-11-302-8/+9
* | Merge branch 'avr32dd20-devkit' into trunkSelene ToyKeeper2023-11-3083-1296/+2633
|\ \
| * | eliminated direct CCP register access from arch/attiny1616Selene ToyKeeper2023-11-301-2/+2
| * | made the avr32dd20 flashing script more universalSelene ToyKeeper2023-11-301-5/+32
| * | added a build target for FW3X with manually-fixed RGB aux wiringSelene ToyKeeper2023-11-303-3/+21
| * | prevent future issues like the FW3X hadSelene ToyKeeper2023-11-281-4/+5
| * | fixed FW3X thermal regulationSelene ToyKeeper2023-11-282-4/+7
| * | fixed incorrect temperature history for a few seconds after wakingSelene ToyKeeper2023-11-282-13/+11
| * | fsm/adc: removed dead codeSelene ToyKeeper2023-11-281-57/+32
| * | FW3X: fixed external temperature sensorSelene ToyKeeper2023-11-282-7/+41
| * | FW3X: multiple upgrades...Selene ToyKeeper2023-11-274-54/+132
| * | fw3x: fixed swapped red+blue, fixed battery measurements, added police color ...Selene ToyKeeper2023-11-272-13/+29
| * | fixed ADC on sp10-proSelene ToyKeeper2023-11-271-2/+5
| * | fixed ADC on attiny85 and related buildsSelene ToyKeeper2023-11-275-23/+80
| * | fixed ADC on attiny1634 and related buildsSelene ToyKeeper2023-11-2713-328/+181
| * | more ADC / DAC / MCU progress...Selene ToyKeeper2023-11-2413-157/+136
| * | avr32dd20-devkit: make the defaults a bit more dev friendlySelene ToyKeeper2023-11-221-1/+5
| * | ADC voltage: battcheck 3 digits, fixed t1616, switched back to 8-bit internal...Selene ToyKeeper2023-11-2213-112/+207
| * | got ADC voltage+temp working on avrdd... but broke all other builds/MCUsSelene ToyKeeper2023-11-215-34/+97
| * | 1.55V AA battery should not show as "white" voltage color, only purpleSelene ToyKeeper2023-11-211-1/+1
| * | started refactoring fsm/adc.*, but need a checkpoint before continuingSelene ToyKeeper2023-11-192-24/+14
| * | added dac-scale.py: short script to calculate avrdd DAC+Vref values from leve...Selene ToyKeeper2023-11-191-0/+89
| * | added *unfinished* support for avr32dd20, plus a build target for a dev kitSelene ToyKeeper2023-11-198-0/+822
| * | thefreeman/boost*: define Vref values more explicitly without magic numbersSelene ToyKeeper2023-11-194-18/+22
| * | moved prevent_reboot_loop() and some other junk out of fsm/main.cSelene ToyKeeper2023-11-197-47/+42
| * | temporary fix for aux LEDs on avrdd; needs proper refactoringSelene ToyKeeper2023-11-191-3/+6
| * | missed a "include -> HWDEF_H" conversion earlierSelene ToyKeeper2023-11-191-1/+2
| * | ramp-mode: allow hwdef to adjust gradual tick speedSelene ToyKeeper2023-11-192-1/+7