Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Update flasher binaries #448

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

fauxpark
Copy link
Member

@fauxpark fauxpark commented Feb 16, 2024

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, 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.


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

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Documentation

Issues Fixed or Closed by This PR

@fauxpark fauxpark merged commit 6b7a9f6 into qmk:master Feb 22, 2024
5 checks passed
@fauxpark fauxpark deleted the windows-flashers-update branch February 22, 2024 06:37
@fauxpark fauxpark mentioned this pull request Apr 28, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants