| 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 |
| * | moved version string calculation to bin/version-string.sh | Selene ToyKeeper | 2023-12-05 | 2 | -13/+59 |
| * | updated MODELS, bin/models.py, and hw/BRANDS... | Selene ToyKeeper | 2023-12-03 | 1 | -4/+29 |
| * | build-all: handle the case where "git describe" can't get any tags | Selene ToyKeeper | 2023-12-02 | 1 | -0/+5 |
| * | added bin/make-release.sh to generate a .zip file ready for release | Selene ToyKeeper | 2023-12-01 | 1 | -0/+55 |
| * | 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 | 2 | -5/+17 |
| * | oops, flashing script should actually flash ... not just echo a command | Selene ToyKeeper | 2023-11-30 | 1 | -1/+1 |
| * | made the avr32dd20 flashing script more universal | Selene ToyKeeper | 2023-11-30 | 1 | -5/+32 |
| * | 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 | 1 | -0/+13 |
| * | refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch] | Selene ToyKeeper | 2023-11-10 | 1 | -2/+2 |
| * | added md5sum to build-all.sh output per target | Selene ToyKeeper | 2023-11-10 | 1 | -2/+5 |
| * | shell script cleanup (fix lint warnings, remove unused scripts) | Selene ToyKeeper | 2023-11-07 | 15 | -82/+56 |
| * | Changed bash and sh shebangs to /usr/bin/env | Igor Bulekov | 2023-11-07 | 5 | -5/+5 |
| * | memes | Selene ToyKeeper | 2023-11-06 | 1 | -0/+2 |
| * | build-all.sh: don't err when search term starts with a dash | Selene ToyKeeper | 2023-11-06 | 1 | -1/+1 |
| * | help CI detect build failures | Selene ToyKeeper | 2023-11-05 | 1 | -0/+1 |
| * | detect-mcu.sh: don't hang when MCU isn't found; exit with an error instead | Selene ToyKeeper | 2023-11-04 | 1 | -0/+4 |
| * | improved DFP setup and support: | Selene ToyKeeper | 2023-11-04 | 2 | -13/+54 |
| * | detect-mcu.sh: oops, that line of help text wasn't supposed to be executed | Selene ToyKeeper | 2023-11-03 | 1 | -1/+1 |
| * | moved ATTINY and MODEL_NUMBER into $target/arch and $target/model, | Selene ToyKeeper | 2023-11-03 | 7 | -53/+95 |
| * | moved variant builds under their parent, like "d4-219" -> "d4/219" | Selene ToyKeeper | 2023-11-03 | 1 | -4/+5 |
| * | fixed compile scripts and added a "./make" wrapper for convenience | Selene ToyKeeper | 2023-11-03 | 2 | -15/+24 |
| * | renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1) | Selene ToyKeeper | 2023-11-03 | 1 | -2/+2 |
| * | got things to compile again, renamed #includes | Selene ToyKeeper | 2023-11-02 | 2 | -15/+28 |
| * | reorganized project files (part 1) | Selene ToyKeeper | 2023-11-02 | 3 | -0/+179 |
| * | build.sh: use busybox-compatible grep args | Selene ToyKeeper | 2023-10-30 | 1 | -1/+1 |
| * | kludgy attempt to factor PWM rise/fall time into level_calc.py | Selene ToyKeeper | 2023-07-21 | 1 | -7/+38 |
| * | with each build, dump a .cpp file with the source after preprocessing | Selene ToyKeeper | 2023-05-30 | 1 | -1/+5 |
| * | bin/flash-1616.py: added shebang header and +x bit | Selene ToyKeeper | 2023-05-02 | 1 | -1/+3 |
| * | merging gchart's changes, part 1... | Selene ToyKeeper | 2023-04-07 | 1 | -0/+76 |
| * | fixed level_calc.py when using --pwm with 4 args instead of 5 | Selene ToyKeeper | 2022-04-28 | 1 | -1/+1 |
| * | avrdude fails when .fuse section is included, so omit that when copying elf t... | Selene ToyKeeper | 2022-04-14 | 1 | -1/+1 |
| * | increased SP10 PWM speed as much as possible without making ramp bumpy, and m... | Selene ToyKeeper | 2021-11-13 | 1 | -1/+7 |
| * | added -mrelax to build.sh; saves ~330 bytes on t1634 builds | Selene ToyKeeper | 2021-09-10 | 1 | -1/+1 |
| * | fixed spurious warnings in level_calc on multi-channel lights | Selene ToyKeeper | 2021-08-16 | 1 | -1/+3 |
| * | clarified the new level_calc calculations a bit, experimented to make sure th... | Selene ToyKeeper | 2021-08-14 | 1 | -26/+32 |
| * | got PFM / dynamic PWM actually working on Noctigon KR4 | Selene ToyKeeper | 2021-08-12 | 1 | -1/+1 |
| * | made PWM TOP value configurable at command line in level_calc.py, and added a... | Selene ToyKeeper | 2021-08-12 | 1 | -9/+70 |
| * | give a more useful error message when t1616 files aren't installed | Selene ToyKeeper | 2021-07-22 | 1 | -2/+11 |
| * | added attiny1616 flashing instructions, and made flash-tiny1616.sh configurab... | Selene ToyKeeper | 2021-04-01 | 1 | -1/+12 |
| * | Added attiny1616 info to the README, and made bin/build.sh support more flexi... | Selene ToyKeeper | 2021-04-01 | 1 | -3/+8 |
| * | Add AVR 1-Series and t1616 board and scripts | Gabriel Hart | 2020-12-18 | 2 | -2/+6 |
| * | merged upstream fsm branch | Selene ToyKeeper | 2019-11-25 | 1 | -1/+1 |
| |\ |
|
| | * | added -fwhole-program gcc flag, suggested by Agro. Signficantly reduces ROM ... | Selene ToyKeeper | 2019-11-22 | 1 | -1/+1 |
| * | | merged from fsm branch to get safety ramp-down and version check functions, a... | Selene ToyKeeper | 2019-09-29 | 2 | -6/+16 |
| |\| |
|
| | * | merged updates from trunk, including gcc7/8/9 compatibility | Selene ToyKeeper | 2019-09-18 | 2 | -5/+13 |
| | |\ |
|
| | | * | added a compile flag to fix compatibility with GCC 7/8/9's new semantics for ... | Selene ToyKeeper | 2019-09-18 | 1 | -2/+2 |
| | | * | added arbitrary ramp shape powers to level_calc.py, to more easily hit specif... | Selene ToyKeeper | 2019-08-28 | 1 | -3/+11 |