aboutsummaryrefslogtreecommitdiff
path: root/bin/build.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-10added -mrelax to build.sh; saves ~330 bytes on t1634 buildsSelene ToyKeeper1-1/+1
2021-07-22give a more useful error message when t1616 files aren't installedSelene ToyKeeper1-2/+11
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 Hart1-2/+3
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-08-05replaced deprecated avr-size with avr-objdump in build.shSelene ToyKeeper1-1/+3
2018-11-03Added a help message to build.sh and flash.shSelene ToyKeeper1-0/+6
2018-11-03Reduced duplication across build scripts, replaced per-MCU scripts with a tin...Selene ToyKeeper1-1/+1
2018-11-03Renamed flash/build scripts to better indicate MCU type.Selene ToyKeeper1-0/+0
2018-08-22Reduced ROM size back to pre-branch levelsSelene ToyKeeper1-1/+1
2018-06-24Added script to build all supported Anduril targets.Selene ToyKeeper1-2/+6
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
2015-10-18Removed the need to specify header file paths.Selene ToyKeeper1-1/+1
2015-09-10Made offtime-cap work on attiny25 in addition to the attiny13 it already supp...Selene ToyKeeper1-2/+3
2015-09-10Added attiny25-compatible build and flash scripts.Selene ToyKeeper1-1/+1
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
2014-11-05Convenience script for compiling attiny13a firmwares.Selene ToyKeeper1-0/+24