aboutsummaryrefslogtreecommitdiff
path: root/bin/detect-mcu.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-10refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper1-2/+2
Phew, that's a lot of changes! And there's still a lot more to do...
2023-11-07shell script cleanup (fix lint warnings, remove unused scripts)Selene ToyKeeper1-2/+2
2023-11-07Changed bash and sh shebangs to /usr/bin/envIgor Bulekov1-1/+1
2023-11-04detect-mcu.sh: don't hang when MCU isn't found; exit with an error insteadSelene ToyKeeper1-0/+4
2023-11-03detect-mcu.sh: oops, that line of help text wasn't supposed to be executedSelene ToyKeeper1-1/+1
2023-11-03moved ATTINY and MODEL_NUMBER into $target/arch and $target/model,Selene ToyKeeper1-0/+41
and updated other scripts and files accordingly