aboutsummaryrefslogtreecommitdiff
path: root/bin/flash-tiny25.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-07shell script cleanup (fix lint warnings, remove unused scripts)Selene ToyKeeper1-3/+0
2018-11-03Split flashing scripts into firmware vs fuses, to help prevent accidental ↵Selene ToyKeeper1-2/+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
2016-09-09Flash ROM last, set fuses first. Switched from low=0xe2 to low=0xd2.Selene ToyKeeper1-2/+2
2015-11-08Different tiny25 fuses: No brownout detection, and slower startup.Selene ToyKeeper1-1/+1
(am trying to reduce power use and hopefully prevent accidental resets)
2015-09-10Added attiny25-compatible build and flash scripts.Selene ToyKeeper1-0/+4
Tested (and works) with Tom E's eswitch_NOINIT.c for attiny25.