| Commit message (Expand) | Author | Age | Files | Lines |
| * | build.sh: don't require DFPs, newer avr-libc doesn't need them | Selene ToyKeeper | 2023-12-15 | 1 | -6/+8 |
| * | changed version number to use the latest release tag instead of build date | Selene ToyKeeper | 2023-11-30 | 1 | -1/+1 |
| * | shell script cleanup (fix lint warnings, remove unused scripts) | Selene ToyKeeper | 2023-11-07 | 1 | -21/+18 |
| * | Changed bash and sh shebangs to /usr/bin/env | Igor Bulekov | 2023-11-07 | 1 | -1/+1 |
| * | improved DFP setup and support: | Selene ToyKeeper | 2023-11-04 | 1 | -13/+18 |
| * | moved ATTINY and MODEL_NUMBER into $target/arch and $target/model, | Selene ToyKeeper | 2023-11-03 | 1 | -10/+16 |
| * | fixed compile scripts and added a "./make" wrapper for convenience | Selene ToyKeeper | 2023-11-03 | 1 | -7/+7 |
| * | got things to compile again, renamed #includes | Selene ToyKeeper | 2023-11-02 | 1 | -7/+17 |
| * | build.sh: use busybox-compatible grep args | Selene ToyKeeper | 2023-10-30 | 1 | -1/+1 |
| * | with each build, dump a .cpp file with the source after preprocessing | Selene ToyKeeper | 2023-05-30 | 1 | -1/+5 |
| * | avrdude fails when .fuse section is included, so omit that when copying elf t... | Selene ToyKeeper | 2022-04-14 | 1 | -1/+1 |
| * | added -mrelax to build.sh; saves ~330 bytes on t1634 builds | Selene ToyKeeper | 2021-09-10 | 1 | -1/+1 |
| * | give a more useful error message when t1616 files aren't installed | Selene ToyKeeper | 2021-07-22 | 1 | -2/+11 |
| * | Added attiny1616 info to the README, and made bin/build.sh support more flexi... | Selene ToyKeeper | 2021-04-01 | 1 | -3/+8 |
| * | Add AVR 1-Series and t1616 board and scripts | Gabriel Hart | 2020-12-18 | 1 | -2/+3 |
| * | added -fwhole-program gcc flag, suggested by Agro. Signficantly reduces ROM ... | Selene ToyKeeper | 2019-11-22 | 1 | -1/+1 |
| * | added a compile flag to fix compatibility with GCC 7/8/9's new semantics for ... | Selene ToyKeeper | 2019-09-18 | 1 | -2/+2 |
| * | replaced deprecated avr-size with avr-objdump in build.sh | Selene ToyKeeper | 2019-08-05 | 1 | -1/+3 |
| * | Added a help message to build.sh and flash.sh | Selene ToyKeeper | 2018-11-03 | 1 | -0/+6 |
| * | Reduced duplication across build scripts, replaced per-MCU scripts with a tin... | Selene ToyKeeper | 2018-11-03 | 1 | -0/+30 |
| * | Renamed flash/build scripts to better indicate MCU type. | Selene ToyKeeper | 2018-11-03 | 1 | -30/+0 |
| * | Reduced ROM size back to pre-branch levels | Selene ToyKeeper | 2018-08-22 | 1 | -1/+1 |
| * | Added script to build all supported Anduril targets. | Selene ToyKeeper | 2018-06-24 | 1 | -2/+6 |
| * | Add more parents to include path. | Selene ToyKeeper | 2016-09-09 | 1 | -1/+1 |
| * | Removed the need to specify header file paths. | Selene ToyKeeper | 2015-10-18 | 1 | -1/+1 |
| * | Made offtime-cap work on attiny25 in addition to the attiny13 it already supp... | Selene ToyKeeper | 2015-09-10 | 1 | -2/+3 |
| * | Added attiny25-compatible build and flash scripts. | Selene ToyKeeper | 2015-09-10 | 1 | -1/+1 |
| * | Added "-c -std=gnu99" to build script, made some small 'inline' changes to so... | Selene ToyKeeper | 2015-04-19 | 1 | -2/+3 |
| * | Added nicer avr-size output during builds. | Selene ToyKeeper | 2015-04-19 | 1 | -1/+1 |
| * | Convenience script for compiling attiny13a firmwares. | Selene ToyKeeper | 2014-11-05 | 1 | -0/+24 |