aboutsummaryrefslogtreecommitdiff
path: root/bin/build.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added attiny1616 info to the README, and made bin/build.sh support more flexi...Selene ToyKeeper2021-04-011-3/+8
* Add AVR 1-Series and t1616 board and scriptsGabriel Hart2020-12-181-2/+3
* added -fwhole-program gcc flag, suggested by Agro. Signficantly reduces ROM ...Selene ToyKeeper2019-11-221-1/+1
* added a compile flag to fix compatibility with GCC 7/8/9's new semantics for ...Selene ToyKeeper2019-09-181-2/+2
* replaced deprecated avr-size with avr-objdump in build.shSelene ToyKeeper2019-08-051-1/+3
* Added a help message to build.sh and flash.shSelene ToyKeeper2018-11-031-0/+6
* Reduced duplication across build scripts, replaced per-MCU scripts with a tin...Selene ToyKeeper2018-11-031-0/+30
* Renamed flash/build scripts to better indicate MCU type.Selene ToyKeeper2018-11-031-30/+0
* Reduced ROM size back to pre-branch levelsSelene ToyKeeper2018-08-221-1/+1
* Added script to build all supported Anduril targets.Selene ToyKeeper2018-06-241-2/+6
* Add more parents to include path.Selene ToyKeeper2016-09-091-1/+1
* Removed the need to specify header file paths.Selene ToyKeeper2015-10-181-1/+1
* Made offtime-cap work on attiny25 in addition to the attiny13 it already supp...Selene ToyKeeper2015-09-101-2/+3
* Added attiny25-compatible build and flash scripts.Selene ToyKeeper2015-09-101-1/+1
* Added "-c -std=gnu99" to build script, made some small 'inline' changes to so...Selene ToyKeeper2015-04-191-2/+3
* Added nicer avr-size output during builds.Selene ToyKeeper2015-04-191-1/+1
* Convenience script for compiling attiny13a firmwares.Selene ToyKeeper2014-11-051-0/+24