Skip to content

Unofficial avrdude 7.0 Windows binary

Compare
Choose a tag to compare
@mcuee mcuee released this 12 May 11:11
· 2899 commits to main since this release

This is the unofficial avrdude 7.0 Windows binary using MSYS2 mingw64 c64bit ompiler and VS2019 (32bit/64bit). The main motivation of the MSYS2 binary is to provide a version with dynamic link to libusb, hidapi and libftdi. Bur the static link version is also provided.
avrdudes#955

The mingw64 binaries also fixed the following issue.
avrdudes#968

Contents for the mingw64 binary:
avrdude_autotools.exe (dynamic version using auto-tools)
avrdude_shared.exe (dynamic link version using CMake)
avrdude_static.exe (static link version using CMake)
avrdude.conf
libavrdude.a (static library, not so useful now)
libftdi1.dll (version 1.5)
libhidapi-0.dll (version 0.11.2 )
libusb-0-1-4.dll (libusb-compat-0.1)
libusb-1.0.dll (libusb 1.0.26)
libusb0.dll (libusb-win32 1.2.6.0) -- not really used by the above avrdude binaries

The VS2019 binaries (both 32bit and 64bit) here have static links to the dependencies.

For official Windows binary (x86, x64, arm64, built using Visual Studio, static link to dependencies) please go to the official site.
https://github.com/avrdudes/avrdude/releases