aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* memester eggSelene ToyKeeper2025-01-051-6/+2
* include hardware-specific readme files in the release .zipSelene ToyKeeper2024-04-201-0/+6
* make-release.sh should use version-string.sh instead of duplicating codeSelene ToyKeeper2024-03-311-3/+1
* build.sh: don't require DFPs, newer avr-libc doesn't need themSelene ToyKeeper2023-12-151-6/+8
* moved version string calculation to bin/version-string.shSelene ToyKeeper2023-12-052-13/+59
* updated MODELS, bin/models.py, and hw/BRANDS...Selene ToyKeeper2023-12-031-4/+29
* build-all: handle the case where "git describe" can't get any tagsSelene ToyKeeper2023-12-021-0/+5
* added bin/make-release.sh to generate a .zip file ready for releaseSelene ToyKeeper2023-12-011-0/+55
* 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-302-5/+17
* oops, flashing script should actually flash ... not just echo a commandSelene ToyKeeper2023-11-301-1/+1
* made the avr32dd20 flashing script more universalSelene ToyKeeper2023-11-301-5/+32
* 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-191-0/+13
* refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper2023-11-101-2/+2
* added md5sum to build-all.sh output per targetSelene ToyKeeper2023-11-101-2/+5
* shell script cleanup (fix lint warnings, remove unused scripts)Selene ToyKeeper2023-11-0715-82/+56
* Changed bash and sh shebangs to /usr/bin/envIgor Bulekov2023-11-075-5/+5
* memesSelene ToyKeeper2023-11-061-0/+2
* build-all.sh: don't err when search term starts with a dashSelene ToyKeeper2023-11-061-1/+1
* help CI detect build failuresSelene ToyKeeper2023-11-051-0/+1
* detect-mcu.sh: don't hang when MCU isn't found; exit with an error insteadSelene ToyKeeper2023-11-041-0/+4
* improved DFP setup and support:Selene ToyKeeper2023-11-042-13/+54
* detect-mcu.sh: oops, that line of help text wasn't supposed to be executedSelene ToyKeeper2023-11-031-1/+1
* moved ATTINY and MODEL_NUMBER into $target/arch and $target/model,Selene ToyKeeper2023-11-037-53/+95
* moved variant builds under their parent, like "d4-219" -> "d4/219"Selene ToyKeeper2023-11-031-4/+5
* fixed compile scripts and added a "./make" wrapper for convenienceSelene ToyKeeper2023-11-032-15/+24
* renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1)Selene ToyKeeper2023-11-031-2/+2
* got things to compile again, renamed #includesSelene ToyKeeper2023-11-022-15/+28
* reorganized project files (part 1)Selene ToyKeeper2023-11-023-0/+179
* build.sh: use busybox-compatible grep argsSelene ToyKeeper2023-10-301-1/+1
* kludgy attempt to factor PWM rise/fall time into level_calc.pySelene ToyKeeper2023-07-211-7/+38
* with each build, dump a .cpp file with the source after preprocessingSelene ToyKeeper2023-05-301-1/+5
* bin/flash-1616.py: added shebang header and +x bitSelene ToyKeeper2023-05-021-1/+3
* merging gchart's changes, part 1...Selene ToyKeeper2023-04-071-0/+76
* fixed level_calc.py when using --pwm with 4 args instead of 5Selene ToyKeeper2022-04-281-1/+1
* avrdude fails when .fuse section is included, so omit that when copying elf t...Selene ToyKeeper2022-04-141-1/+1
* increased SP10 PWM speed as much as possible without making ramp bumpy, and m...Selene ToyKeeper2021-11-131-1/+7
* added -mrelax to build.sh; saves ~330 bytes on t1634 buildsSelene ToyKeeper2021-09-101-1/+1
* fixed spurious warnings in level_calc on multi-channel lightsSelene ToyKeeper2021-08-161-1/+3
* clarified the new level_calc calculations a bit, experimented to make sure th...Selene ToyKeeper2021-08-141-26/+32
* got PFM / dynamic PWM actually working on Noctigon KR4Selene ToyKeeper2021-08-121-1/+1
* made PWM TOP value configurable at command line in level_calc.py, and added a...Selene ToyKeeper2021-08-121-9/+70
* give a more useful error message when t1616 files aren't installedSelene ToyKeeper2021-07-221-2/+11
* added attiny1616 flashing instructions, and made flash-tiny1616.sh configurab...Selene ToyKeeper2021-04-011-1/+12
* Added attiny1616 info to the README, and made bin/build.sh support more flexi...Selene ToyKeeper2021-04-011-3/+8
* Add AVR 1-Series and t1616 board and scriptsGabriel Hart2020-12-182-2/+6
* merged upstream fsm branchSelene ToyKeeper2019-11-251-1/+1
|\
| * added -fwhole-program gcc flag, suggested by Agro. Signficantly reduces ROM ...Selene ToyKeeper2019-11-221-1/+1
* | merged from fsm branch to get safety ramp-down and version check functions, a...Selene ToyKeeper2019-09-292-6/+16
|\|