aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/msys2_install.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh
index 55df9c007..41200dc78 100755
--- a/util/msys2_install.sh
+++ b/util/msys2_install.sh
@@ -19,7 +19,11 @@ function install_avr {
19 mv avr-gcc-8.3.0-x86-mingw avr8-gnu-toolchain 19 mv avr-gcc-8.3.0-x86-mingw avr8-gnu-toolchain
20 rm avr8-gnu-toolchain/bin/make.exe 20 rm avr8-gnu-toolchain/bin/make.exe
21 rm avr-gcc-8.3.0-x86-mingw.zip 21 rm avr-gcc-8.3.0-x86-mingw.zip
22 pacman --needed --disable-download-timeout -S mingw-w64-x86_64-avrdude 22
23 # FIXME: As of 2020-05-19, the MSYS2 avrdude cannot flash USBaspLoader devices, for some reason
24 # (warning: cannot set sck period)
25 # However, the avr-gcc toolchain above contains an avrdude which can, so let's just not install this for now
26 #pacman --needed --disable-download-timeout -S mingw-w64-x86_64-avrdude
23} 27}
24 28
25function install_arm { 29function install_arm {