aboutsummaryrefslogtreecommitdiff
path: root/bin (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-30oops, flashing script should actually flash ... not just echo a commandSelene ToyKeeper1-1/+1
2023-11-30made the avr32dd20 flashing script more universalSelene ToyKeeper1-5/+32
2023-11-19added dac-scale.py: short script to calculate avrdd DAC+Vref values from leve...Selene ToyKeeper1-0/+89
2023-11-19added *unfinished* support for avr32dd20, plus a build target for a dev kitSelene ToyKeeper1-0/+13
2023-11-10refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper1-2/+2
2023-11-10added md5sum to build-all.sh output per targetSelene ToyKeeper1-2/+5
2023-11-07shell script cleanup (fix lint warnings, remove unused scripts)Selene ToyKeeper15-82/+56
2023-11-07Changed bash and sh shebangs to /usr/bin/envIgor Bulekov5-5/+5
2023-11-06memesSelene ToyKeeper1-0/+2
2023-11-06build-all.sh: don't err when search term starts with a dashSelene ToyKeeper1-1/+1
2023-11-05help CI detect build failuresSelene ToyKeeper1-0/+1
2023-11-04detect-mcu.sh: don't hang when MCU isn't found; exit with an error insteadSelene ToyKeeper1-0/+4
2023-11-04improved DFP setup and support:Selene ToyKeeper2-13/+54
2023-11-03detect-mcu.sh: oops, that line of help text wasn't supposed to be executedSelene ToyKeeper1-1/+1
2023-11-03moved ATTINY and MODEL_NUMBER into $target/arch and $target/model,Selene ToyKeeper7-53/+95
2023-11-03moved variant builds under their parent, like "d4-219" -> "d4/219"Selene ToyKeeper1-4/+5
2023-11-03fixed compile scripts and added a "./make" wrapper for convenienceSelene ToyKeeper2-15/+24
2023-11-03renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1)Selene ToyKeeper1-2/+2
2023-11-02got things to compile again, renamed #includesSelene ToyKeeper2-15/+28
2023-11-02reorganized project files (part 1)Selene ToyKeeper3-0/+179
2023-10-30build.sh: use busybox-compatible grep argsSelene ToyKeeper1-1/+1
2023-07-21kludgy attempt to factor PWM rise/fall time into level_calc.pySelene ToyKeeper1-7/+38
2023-05-30with each build, dump a .cpp file with the source after preprocessingSelene ToyKeeper1-1/+5
2023-05-02bin/flash-1616.py: added shebang header and +x bitSelene ToyKeeper1-1/+3
2023-04-07merging gchart's changes, part 1...Selene ToyKeeper1-0/+76
2022-04-28fixed level_calc.py when using --pwm with 4 args instead of 5Selene ToyKeeper1-1/+1
2022-04-14avrdude fails when .fuse section is included, so omit that when copying elf t...Selene ToyKeeper1-1/+1
2021-11-13increased SP10 PWM speed as much as possible without making ramp bumpy, and m...Selene ToyKeeper1-1/+7
2021-09-10added -mrelax to build.sh; saves ~330 bytes on t1634 buildsSelene ToyKeeper1-1/+1
2021-08-16fixed spurious warnings in level_calc on multi-channel lightsSelene ToyKeeper1-1/+3
2021-08-14clarified the new level_calc calculations a bit, experimented to make sure th...Selene ToyKeeper1-26/+32
2021-08-12got PFM / dynamic PWM actually working on Noctigon KR4Selene ToyKeeper1-1/+1
2021-08-12made PWM TOP value configurable at command line in level_calc.py, and added a...Selene ToyKeeper1-9/+70
2021-07-22give a more useful error message when t1616 files aren't installedSelene ToyKeeper1-2/+11
2021-04-01added attiny1616 flashing instructions, and made flash-tiny1616.sh configurab...Selene ToyKeeper1-1/+12
2021-04-01Added attiny1616 info to the README, and made bin/build.sh support more flexi...Selene ToyKeeper1-3/+8
2020-12-18Add AVR 1-Series and t1616 board and scriptsGabriel Hart2-2/+6
2019-11-22added -fwhole-program gcc flag, suggested by Agro. Signficantly reduces ROM ...Selene ToyKeeper1-1/+1
2019-09-18added a compile flag to fix compatibility with GCC 7/8/9's new semantics for ...Selene ToyKeeper1-2/+2
2019-09-15level_calc.py: note the highest level for each channel before the next channe...Selene ToyKeeper1-0/+10
2019-08-28added arbitrary ramp shape powers to level_calc.py, to more easily hit specif...Selene ToyKeeper1-3/+11
2019-08-05added scripts to flash attiny1634, which were missing beforeSelene ToyKeeper2-0/+12
2019-08-05replaced deprecated avr-size with avr-objdump in build.shSelene ToyKeeper1-1/+3
2019-07-30level_calc: made it easier to change maximum PWM valueSelene ToyKeeper1-3/+5
2019-07-26merged a sanitized copy of the Emisar D4v2 branch; history summarized below:Selene ToyKeeper3-0/+22
2019-03-26added seventh-root shape to level_calc.pySelene ToyKeeper1-2/+3
2019-03-08level_calc.py: Combined log_2 and log_e into just log, because all logs have ...Selene ToyKeeper1-4/+5
2018-12-14Enable BOD on attiny85 by default, because it matters on the FW3A and doesn't...Selene ToyKeeper1-1/+1
2018-11-03Added a help message to build.sh and flash.shSelene ToyKeeper2-0/+13
2018-11-03added a wrapper to flash fuses and firmware at the same time, like the old sc...Selene ToyKeeper1-0/+12