| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | 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 |
| | * | | started refactoring fsm/adc.*, but need a checkpoint before continuing | Selene ToyKeeper | 2023-11-19 | 2 | -24/+14 |
| | * | | added dac-scale.py: short script to calculate avrdd DAC+Vref values from leve... | Selene ToyKeeper | 2023-11-19 | 1 | -0/+89 |
| | * | | added *unfinished* support for avr32dd20, plus a build target for a dev kit | Selene ToyKeeper | 2023-11-19 | 8 | -0/+822 |
| | * | | thefreeman/boost*: define Vref values more explicitly without magic numbers | Selene ToyKeeper | 2023-11-19 | 4 | -18/+22 |
| | * | | moved prevent_reboot_loop() and some other junk out of fsm/main.c | Selene ToyKeeper | 2023-11-19 | 7 | -47/+42 |
| | * | | temporary fix for aux LEDs on avrdd; needs proper refactoring | Selene ToyKeeper | 2023-11-19 | 1 | -3/+6 |
| | * | | missed a "include -> HWDEF_H" conversion earlier | Selene ToyKeeper | 2023-11-19 | 1 | -1/+2 |
| | * | | ramp-mode: allow hwdef to adjust gradual tick speed | Selene ToyKeeper | 2023-11-19 | 2 | -1/+7 |
| | * | | version check: allow hex digits | Selene ToyKeeper | 2023-11-19 | 1 | -1/+4 |
| | * | | refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch] | Selene ToyKeeper | 2023-11-10 | 57 | -642/+862 |
| |/ / |
|
| * / | added md5sum to build-all.sh output per target | Selene ToyKeeper | 2023-11-10 | 1 | -2/+5 |
| |/ |
|
| * | added a Makefile, so either `make` or `./make` can be used for most tasks | Selene ToyKeeper | 2023-11-07 | 1 | -0/+28 |
| * | oops, missed a venv name change in the readme | Selene ToyKeeper | 2023-11-07 | 1 | -1/+1 |
| * | Merge branch 'pr-16-SammysHP-momentary-turbo' into trunk | Selene ToyKeeper | 2023-11-07 | 1 | -0/+1 |
| |\ |
|
| | * | shortened unnecessarily long explanation | Selene ToyKeeper | 2023-11-07 | 1 | -5/+1 |
| | * | Merge branch 'momentary-turbo' of github.com:SammysHP/anduril into pr-16-Samm... | Selene ToyKeeper | 2023-11-07 | 1 | -0/+5 |
| |/| |
|
| | * | Allow turbo in momentary mode | SammysHP | 2023-11-07 | 1 | -0/+5 |
| * | | fail pull requests if author accidentally committed a new version.h | Selene ToyKeeper | 2023-11-07 | 1 | -0/+4 |