aboutsummaryrefslogtreecommitdiff
path: root/bin/build-25.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | (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.
* Added script to build all supported Anduril targets.Selene ToyKeeper2018-06-241-2/+6
|
* Extra parents in include path.Selene ToyKeeper2016-09-201-1/+1
|
* Removed the need to specify header file paths.Selene ToyKeeper2015-10-181-1/+1
| | | | Makes it easier to put all the files into one dir for building outside the repository.
* Made offtime-cap work on attiny25 in addition to the attiny13 it already ↵Selene ToyKeeper2015-09-101-2/+3
| | | | | | supported. Added attiny type as a build script option, so the code will automatically select the right options.
* Added attiny25-compatible build and flash scripts.Selene ToyKeeper2015-09-101-0/+25
Tested (and works) with Tom E's eswitch_NOINIT.c for attiny25.