Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Very important note!
As of v1.0.0, dfu-programmer has dropped support for libusb-win32 in favour of libusb-1.0. As such
libusb0.dll
has been removed, anddrivers.txt
has been updated to designate WinUSB for Atmel DFU bootloader devices. You may need to manually uninstall thelibusb0
driver for existing bootloaders on your machine.avrdude 7.0-1
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-avrdude-7.0-1-any.pkg.tar.zst
bootloadhid 20121208-2
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-bootloadhid-20121208-2-any.pkg.tar.zst
dfu-programmer 1.1.0-1
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-dfu-programmer-1.1.0-1-any.pkg.tar.zst
libftdi 1.5-7
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libftdi-1.5-7-any.pkg.tar.zst
libhidapi 0.14.0-2
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-hidapi-0.14.0-2-any.pkg.tar.zst
libusb 1.0.27-1
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libusb-1.0.27-1-any.pkg.tar.zst
libwinpthread-git 11.0.0.r631.ga4c0c1d00-1
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libwinpthread-git-11.0.0.r631.ga4c0c1d00-1-any.pkg.tar.zst
libhidapi
has been added as avrdude references it for certain device support. I don't think it is strictly required as we do not use avrdude to flash any of those devices here, but oh well.Types of Changes
Issues Fixed or Closed by This PR