aboutsummaryrefslogtreecommitdiff
path: root/bin (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2015-09-30made visually-linear curve function configurable in level_calc.pySelene ToyKeeper1-6/+22
2015-09-10Made offtime-cap work on attiny25 in addition to the attiny13 it already supp...Selene ToyKeeper2-4/+6
2015-09-10Added attiny25-compatible build and flash scripts.Selene ToyKeeper3-1/+30
2015-04-19Added "-c -std=gnu99" to build script, made some small 'inline' changes to so...Selene ToyKeeper1-2/+3
2015-04-19Added nicer avr-size output during builds.Selene ToyKeeper1-1/+1
2015-04-06Added dual PWM support to level_calc.py, and made it work better when run via...Selene ToyKeeper1-12/+82
2015-04-06Moved level_calc.py to bin/ since it's useful for general purposes.Selene ToyKeeper1-0/+61
2014-11-05Convenience script for compiling attiny13a firmwares.Selene ToyKeeper1-0/+24
2014-10-15verify images after flashing them (oops, requires 6 pins, not 5)Selene ToyKeeper1-1/+1
2014-07-23Er, don't try to verify after flashing. At least on my setup, this failsSelene ToyKeeper1-1/+1
2014-07-22Added a dir to hold generally-useful utilities.Selene ToyKeeper1-0/+3