Remap msys2 usb, fix USB port detection (#2301)
* Add AVRDUDE to MSYS2 setup * Remap detected USB port in MSYS2 to COM port
This commit is contained in:
parent
19b02bf267
commit
524053e3c0
2 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue