1
0
Fork 0

MSYS2: Switch to bootloadHID package and bring back avrdude package (#9736)

* MSYS2: Switch to bootloadHID package and bring back avrdude package

* Update Zadig docs as well
This commit is contained in:
Ryan 2020-07-17 03:01:34 +10:00 committed by GitHub
parent 61b64bb82a
commit 19b70b2737
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 12 deletions

View file

@ -20,10 +20,7 @@ function install_avr {
rm avr8-gnu-toolchain/bin/make.exe
rm avr-gcc-8.3.0-x86-mingw.zip
# FIXME: As of 2020-05-19, the MSYS2 avrdude cannot flash USBaspLoader devices, for some reason
# (warning: cannot set sck period)
# However, the avr-gcc toolchain above contains an avrdude which can, so let's just not install this for now
#pacman --needed --disable-download-timeout -S mingw-w64-x86_64-avrdude
pacman --needed --disable-download-timeout -S mingw-w64-x86_64-avrdude mingw-w64-x86_64-bootloadhid
}
function install_arm {