Skip to content

Releases: avrdudes/avrdude

AVRDUDE v7.3

07 Feb 11:19
e599214
Compare
Choose a tag to compare

See Release Notes for changes

Notes for the avrdude Windows binaries (static linked to the dependency libraries) :

  1. MSVC build is recommended for most Windows users unless you hit known limitations (see below). The majority of users should download avrdude-v7.3-windows-x64.zip. In case one of limitations below is unacceptable you may want to download avrdude-v7.3-windows_mingw-x64.zip.

  2. Known limitation for the above MSVC build (avrdude-v7.3-windows-x64.zip, avrdude-v7.3-windows-x86.zip and avrdude-v7.3-windows-arm64.zip)

  1. Known limitation for the MSYS2 mingw build (avrdude-v7.3-windows_mingw-x64.zip and avrdude-v7.3-windows_mingw-x86.zip and avrdude-v7.3-arduino_mingw32.zip)
  • You will have to use Zadig to switch the FTDI vendor driver if you use libftdi based programmer (eg: ft232h, ft2232h, arduino-ft232r)
  • #1271 (timeout may be more likely to happen for urclock in terminal mode)

Notes for the Linux binaries:
Please use chmod u+x to make the binary executible.
The Linux binaries are static linked to dependency libraries, including libserialport. They are provided as is and are expected to work for most Linux distros within the past 5 years. Please build from source in case the binaries do not work for you. You can also report the issue.

AVRDUDE v7.2

19 Jul 20:35
Compare
Choose a tag to compare

See Release Notes for changes

AVRDUDE v7.1

08 Jan 21:42
Compare
Choose a tag to compare

See Release Notes for changes

AVRDUDE v7.0

08 May 12:04
Compare
Choose a tag to compare

See Release Notes for changes

File avrdude-7.0.tar.gz contains the source tarball with a configure script, as it used to be the case in all releases before v7.0.
File v7.0.tar.gz (labelled "Source code") contains the automatically generated tarball from Github, meant to be built using CMake.