aboutsummaryrefslogtreecommitdiff
path: root/bin/flash-tiny13.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-03Split flashing scripts into firmware vs fuses, to help prevent accidental ↵Selene ToyKeeper1-1/+1
bricking. (some people had errors happen during the fuse parts, and ended up with bricks)
2018-11-03Renamed flash/build scripts to better indicate MCU type.Selene ToyKeeper1-0/+0
2014-10-15verify images after flashing them (oops, requires 6 pins, not 5)Selene ToyKeeper1-1/+1
2014-07-23Er, don't try to verify after flashing. At least on my setup, this failsSelene ToyKeeper1-1/+1
and then it aborts the fuse steps. So, no verification.
2014-07-22Added a dir to hold generally-useful utilities.Selene ToyKeeper1-0/+3
Includes a short script to flash a .hex file onto an attiny13a using the usbasp device.