[Windows] Update flasher binaries#448
Merged
fauxpark merged 2 commits intoqmk:masterfrom Feb 22, 2024
Merged
Conversation
nooges
approved these changes
Feb 16, 2024
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.dllhas been removed, anddrivers.txthas been updated to designate WinUSB for Atmel DFU bootloader devices. You may need to manually uninstall thelibusb0driver for existing bootloaders on your machine.avrdude 7.0-1https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-avrdude-7.0-1-any.pkg.tar.zst
bootloadhid 20121208-2https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-bootloadhid-20121208-2-any.pkg.tar.zst
dfu-programmer 1.1.0-1https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-dfu-programmer-1.1.0-1-any.pkg.tar.zst
libftdi 1.5-7https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libftdi-1.5-7-any.pkg.tar.zst
libhidapi 0.14.0-2https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-hidapi-0.14.0-2-any.pkg.tar.zst
libusb 1.0.27-1https://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-1https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libwinpthread-git-11.0.0.r631.ga4c0c1d00-1-any.pkg.tar.zst
libhidapihas 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