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, and drivers.txt has been updated to designate WinUSB for Atmel DFU bootloader devices. You may need to manually uninstall the libusb0 driver for existing bootloaders on your machine.
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.
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.zstbootloadhid 20121208-2
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-bootloadhid-20121208-2-any.pkg.tar.zstdfu-programmer 1.1.0-1
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-dfu-programmer-1.1.0-1-any.pkg.tar.zstlibftdi 1.5-7
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libftdi-1.5-7-any.pkg.tar.zstlibhidapi 0.14.0-2
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-hidapi-0.14.0-2-any.pkg.tar.zstlibusb 1.0.27-1
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libusb-1.0.27-1-any.pkg.tar.zstlibwinpthread-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.zstlibhidapi
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