aboutsummaryrefslogtreecommitdiff
path: root/bin/dfp-install.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-07Changed bash and sh shebangs to /usr/bin/envIgor Bulekov1-1/+1
2023-11-04improved DFP setup and support:Selene ToyKeeper1-0/+36
- `./make dfp` downloads and installs Atmel DFPs for each supported MCU - build.sh detects and uses attiny or avrdd, and others are simple to add - updated setup info in /README.md ... also some other small documentation updates.