aboutsummaryrefslogtreecommitdiff
path: root/bin/detect-mcu.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed bash and sh shebangs to /usr/bin/envIgor Bulekov2023-11-071-1/+1
|
* detect-mcu.sh: don't hang when MCU isn't found; exit with an error insteadSelene ToyKeeper2023-11-041-0/+4
|
* detect-mcu.sh: oops, that line of help text wasn't supposed to be executedSelene ToyKeeper2023-11-031-1/+1
|
* moved ATTINY and MODEL_NUMBER into $target/arch and $target/model,Selene ToyKeeper2023-11-031-0/+41
and updated other scripts and files accordingly