AVRDUDE Changelog

What's new in AVRDUDE 5.11

Sep 12, 2013
  • New devices supported:
  • ATmega88P/168P
  • ATmega8U2/16U2/32U2
  • ATtiny4313
  • New programmers supported:
  • TPI programming through bitbang programmers (both, serial and parallel ones)
  • FT2232 (and relatives) based programmers (MPSSE bitbang mode)
  • Wiring environment (http://wiring.org.co/)
  • butterfly-style bootloader of the Mikrokopter.de device
  • Bugfixes

New in AVRDUDE 5.8 (May 7, 2010)

  • Cygwin's GCC no longer supports -mno-cygwin option
  • configure.ac: For Win32 environments, add a check whether the
  • compiler understands the -mno-cygwin option. If not, don't use
  • it but suggest using a different compiler.

New in AVRDUDE 5.8 (Sep 30, 2009)

  • Bugfixes: most importantly, fix a serious memory corruption for that JTAG ICE mkII and AVR Dragon in ISP/HVSP/PP mode.

New in AVRDUDE 5.5 (Sep 2, 2008)

  • Add support for the USBtinyISP programmer (patch #6233)
  • Add support for the C2N232I serial bitbang programmer (patch #6121)
  • Bugfixes