diff options
author | Danny <nooges@users.noreply.github.com> | 2018-02-28 16:40:43 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-28 16:40:43 -0500 |
commit | 524053e3c0eceab0eadf04cde6c2c0f1a77520fe (patch) | |
tree | 63af7911576188cb3700287df04f52ebd570ba81 /util | |
parent | 19b02bf2673e891888cdbf00fc5f7a3776e50505 (diff) |
Remap msys2 usb, fix USB port detection (#2301)
* Add AVRDUDE to MSYS2 setup
* Remap detected USB port in MSYS2 to COM port
Diffstat (limited to 'util')
-rw-r--r-- | util/msys2_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh index 282053fe4c..c646857541 100644 --- a/util/msys2_install.sh +++ b/util/msys2_install.sh @@ -16,6 +16,7 @@ function install_avr { wget "http://ww1.microchip.com/downloads/en/DeviceDoc/avr8-gnu-toolchain-installer-3.5.4.91-win32.any.x86.exe" 7z x avr8-gnu-toolchain-installer-3.5.4.91-win32.any.x86.exe rm avr8-gnu-toolchain-installer-3.5.4.91-win32.any.x86.exe + pacman --needed -S mingw-w64-x86_64-avrdude } function install_arm { |