aboutsummaryrefslogtreecommitdiff
path: root/bin/build-25.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-03Renamed flash/build scripts to better indicate MCU type.Selene ToyKeeper1-30/+0
2018-08-22Reduced ROM size back to pre-branch levelsSelene ToyKeeper1-1/+1
(aside from 6 extra bytes to fix interaction between aux LEDs and lockout moon). Fixed typos: lightening, tactial. Replaced new switch/case clauses with if/else clauses, to reduce ROM size. Added -fshort-enums to gcc options to reduce ROM size.
2018-06-24Added script to build all supported Anduril targets.Selene ToyKeeper1-2/+6
2016-09-20Extra parents in include path.Selene ToyKeeper1-1/+1
2015-10-18Removed the need to specify header file paths.Selene ToyKeeper1-1/+1
Makes it easier to put all the files into one dir for building outside the repository.
2015-09-10Made offtime-cap work on attiny25 in addition to the attiny13 it already ↵Selene ToyKeeper1-2/+3
supported. Added attiny type as a build script option, so the code will automatically select the right options.
2015-09-10Added attiny25-compatible build and flash scripts.Selene ToyKeeper1-2/+2
Tested (and works) with Tom E's eswitch_NOINIT.c for attiny25.
2015-04-19Added "-c -std=gnu99" to build script, made some small 'inline' changes to ↵Selene ToyKeeper1-2/+3
sources, and made output even smaller.
2015-04-19Added nicer avr-size output during builds.Selene ToyKeeper1-1/+1
2014-11-05Convenience script for compiling attiny13a firmwares.Selene ToyKeeper1-0/+24