aboutsummaryrefslogtreecommitdiff
path: root/bin (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-11-03Reduced duplication across build scripts, replaced per-MCU scripts with a tin...Selene ToyKeeper4-84/+36
2018-11-03Split flashing scripts into firmware vs fuses, to help prevent accidental bri...Selene ToyKeeper8-6/+29
2018-11-03Renamed flash/build scripts to better indicate MCU type.Selene ToyKeeper7-0/+1
2018-09-30Made level_calc.py's ramp shape configurable from the command line, instead o...Selene ToyKeeper1-1/+6
2018-08-22Reduced ROM size back to pre-branch levelsSelene ToyKeeper3-3/+3
2018-06-25Made it easier to change ramp shape in bin/level_calc.py .Selene ToyKeeper1-10/+13
2018-06-24Added script to build all supported Anduril targets.Selene ToyKeeper3-6/+18
2017-10-14Made level_calc.py support both python2.7 and python3.Selene ToyKeeper1-6/+19
2017-09-24Reduced standby power by 700X by turning off brownout detection.Selene ToyKeeper1-1/+1
2017-08-30Reorganized FSM files, one dir per UI.Selene ToyKeeper1-1/+1
2016-09-20Extra parents in include path.Selene ToyKeeper1-1/+1
2016-09-09Updated Mike C's X85 firmware (new version 2016-06-22, IIRC).Selene ToyKeeper2-0/+30
2016-09-09level_calc minor formatting fixSelene ToyKeeper1-1/+1
2016-09-09Flash ROM last, set fuses first. Switched from low=0xe2 to low=0xd2.Selene ToyKeeper1-2/+2
2016-09-09Add more parents to include path.Selene ToyKeeper1-1/+1
2016-07-03Added extra parent includes to gcc path.Selene ToyKeeper1-1/+1
2016-05-22Fixed level_calc N-channel calculations to fix all errors I could find.Selene ToyKeeper1-13/+43
2016-05-22Made level_calc.py work with any number of power channels.Selene ToyKeeper1-96/+96
2015-11-08Different tiny25 fuses: No brownout detection, and slower startup.Selene ToyKeeper1-1/+1
2015-10-18Removed the need to specify header file paths.Selene ToyKeeper2-2/+2