[Windows] Update avrdude and dfu-util#284
Merged
fauxpark merged 1 commit intoqmk:masterfrom Jul 22, 2021
fauxpark:windows-avrdude-dfu-util-update
Merged
[Windows] Update avrdude and dfu-util#284fauxpark merged 1 commit intoqmk:masterfrom fauxpark:windows-avrdude-dfu-util-update
fauxpark merged 1 commit intoqmk:masterfrom
fauxpark:windows-avrdude-dfu-util-update
Conversation
drashna
approved these changes
Jul 21, 2021
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
avrdude 6.3-3https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-avrdude-6.3-3-any.pkg.tar.zst
dfu-util 0.10-4https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-dfu-util-0.10-4-any.pkg.tar.zst
libusb 1.0.23-1https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libusb-1.0.23-1-any.pkg.tar.xz
libwinpthread-git 9.0.0.6246.ae63cde27-1https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libwinpthread-git-9.0.0.6246.ae63cde27-1-any.pkg.tar.zst
libusb currently has a bug with the libusbK backend in 1.0.24, which causes a segfault in the MINGW avrdude when trying to flash USBasp devices. It's been fixed in master and awaiting a new release; for now I've downgraded it to 1.0.23.
dfu-util also rather annoyingly requires libwinpthread-1.dll, but at least it's now 0.10.
Types of Changes
Issues Fixed or Closed by This PR