[Windows] Update avrdude and dfu-util #284
Merged
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-3
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-avrdude-6.3-3-any.pkg.tar.zst
dfu-util 0.10-4
https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-dfu-util-0.10-4-any.pkg.tar.zst
libusb 1.0.23-1
https://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-1
https://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