43bd052abfSubmitted by Doug Springer, based on work by Wolfgang Moser, Ville Voipio, Hannes Weisbach patch #7486: Patch to add FT2232C/D, FT2232H, FT4232H, usbvid, usbpid, usbdev for USB support - Based on #7062 * avrftdi.c: New file. * avrftdi.h: (Ditto.) * configure.ac: Add check for libftdi. * config_gram.y: Add AVRFTDI and per-programmer USB string keywords. * lexer.l: (Ditto.) * avrdude.conf.in: Add avrftdi and 2232HIO programmers. * pgm.h: Add USB parameters. * Makefile.am: Add avrftdi.c and avrftdi.h. * AUTHORS: Mention the new authors. * avrdude.1: Document the changes.
joerg_wunsch
2011-08-25 16:12:30 +0000
46c7bf38ecSubmitted by Doug Springer, based on work by Wolfgang Moser, Ville Voipio, Hannes Weisbach patch #7486: Patch to add FT2232C/D, FT2232H, FT4232H, usbvid, usbpid, usbdev for USB support - Based on #7062 * avrftdi.c: New file. * avrftdi.h: (Ditto.) * configure.ac: Add check for libftdi. * config_gram.y: Add AVRFTDI and per-programmer USB string keywords. * lexer.l: (Ditto.) * avrdude.conf.in: Add avrftdi and 2232HIO programmers. * pgm.h: Add USB parameters. * Makefile.am: Add avrftdi.c and avrftdi.h. * AUTHORS: Mention the new authors. * avrdude.1: Document the changes.
Joerg Wunsch
2011-08-25 16:12:30 +0000
a3fc883cdeSubmitted by Doug Springer, based on work by Wolfgang Moser, Ville Voipio, Hannes Weisbach patch #7486: Patch to add FT2232C/D, FT2232H, FT4232H, usbvid, usbpid, usbdev for USB support - Based on #7062 * avrftdi.c: New file. * avrftdi.h: (Ditto.) * configure.ac: Add check for libftdi. * config_gram.y: Add AVRFTDI and per-programmer USB string keywords. * lexer.l: (Ditto.) * avrdude.conf.in: Add avrftdi and 2232HIO programmers. * pgm.h: Add USB parameters. * Makefile.am: Add avrftdi.c and avrftdi.h. * AUTHORS: Mention the new authors. * avrdude.1: Document the changes.
Joerg Wunsch
2011-08-25 16:12:30 +0000
be5fe6bf70Add Darell's email address, so it's consistent with the other authors.
joerg_wunsch
2011-08-24 07:40:48 +0000
d74d9e647eAdd Darell's email address, so it's consistent with the other authors.
Joerg Wunsch
2011-08-24 07:40:48 +0000
a636dd2212Add Darell's email address, so it's consistent with the other authors.
Joerg Wunsch
2011-08-24 07:40:48 +0000
581e93da6aAllow for the GNU FDL as an alternate option to the existing documentation license.
joerg_wunsch
2011-08-23 21:12:14 +0000
36642a1269Allow for the GNU FDL as an alternate option to the existing documentation license.
Joerg Wunsch
2011-08-23 21:12:14 +0000
5493db89d2Allow for the GNU FDL as an alternate option to the existing documentation license.
Joerg Wunsch
2011-08-23 21:12:14 +0000
3a44cb66efFix the (supposed) Windows bus:device tuple.
joerg_wunsch
2011-08-17 21:45:29 +0000
32d196c86dFix the (supposed) Windows bus:device tuple.
Joerg Wunsch
2011-08-17 21:45:29 +0000
e5ad8f6208Fix the (supposed) Windows bus:device tuple.
Joerg Wunsch
2011-08-17 21:45:29 +0000
4ef2350350Submitted by Grygoriy Fuchedzhy: bug #31779: Add support for addressing usbtinyisp with -P option * usbtiny.c (usbtiny_open): Add logic to distinguish multiple USBtinyISP programmers by their bus:device tuple. * doc/avrdude.texi: Document the new functionality. * avrdude.1: (Ditto.)
joerg_wunsch
2011-08-17 15:24:09 +0000
31e69c7ecdSubmitted by Grygoriy Fuchedzhy: bug #31779: Add support for addressing usbtinyisp with -P option * usbtiny.c (usbtiny_open): Add logic to distinguish multiple USBtinyISP programmers by their bus:device tuple. * doc/avrdude.texi: Document the new functionality. * avrdude.1: (Ditto.)
Joerg Wunsch
2011-08-17 15:24:09 +0000
fbef8e0d29Submitted by Grygoriy Fuchedzhy: bug #31779: Add support for addressing usbtinyisp with -P option * usbtiny.c (usbtiny_open): Add logic to distinguish multiple USBtinyISP programmers by their bus:device tuple. * doc/avrdude.texi: Document the new functionality. * avrdude.1: (Ditto.)
Joerg Wunsch
2011-08-17 15:24:09 +0000
317351e8dfSubmitted by Timon Van Overveldt: bug #30268: Debugwire broken in avrdude-5.10 * jtagmkII.c (jtagmkII_initialize): only try setting up a JTAG chain when the programmer is using JTAG.
joerg_wunsch
2011-08-16 18:47:52 +0000
161291f5aeSubmitted by Timon Van Overveldt: bug #30268: Debugwire broken in avrdude-5.10 * jtagmkII.c (jtagmkII_initialize): only try setting up a JTAG chain when the programmer is using JTAG.
Joerg Wunsch
2011-08-16 18:47:52 +0000
0ae7a61335Submitted by Timon Van Overveldt: bug #30268: Debugwire broken in avrdude-5.10 * jtagmkII.c (jtagmkII_initialize): only try setting up a JTAG chain when the programmer is using JTAG.
Joerg Wunsch
2011-08-16 18:47:52 +0000
5a6a357c8fbug #29636: AVRDude issues invalid CMD_CHECK_TARGET_CONNECTION on the AVRISP-MKII * stk500v2.c (stk500v2_program_enable): Rewrite the logic to explain ISP activation failures. * stk500v2_private.h: Fix the various STATUS_* constants; AVR069 and AVR079 disagreed in their values, even though they are apparently implementing the same logic behind.
joerg_wunsch
2011-08-16 18:15:19 +0000
8bb408b0abbug #29636: AVRDude issues invalid CMD_CHECK_TARGET_CONNECTION on the AVRISP-MKII * stk500v2.c (stk500v2_program_enable): Rewrite the logic to explain ISP activation failures. * stk500v2_private.h: Fix the various STATUS_* constants; AVR069 and AVR079 disagreed in their values, even though they are apparently implementing the same logic behind.
Joerg Wunsch
2011-08-16 18:15:19 +0000
c02e25c2ccbug #29636: AVRDude issues invalid CMD_CHECK_TARGET_CONNECTION on the AVRISP-MKII * stk500v2.c (stk500v2_program_enable): Rewrite the logic to explain ISP activation failures. * stk500v2_private.h: Fix the various STATUS_* constants; AVR069 and AVR079 disagreed in their values, even though they are apparently implementing the same logic behind.
Joerg Wunsch
2011-08-16 18:15:19 +0000
c8f5bc0114bug #29650: Programming timeouts in ATmega128RFA1 are too slow * avrdude.conf.in (ATmega128RFA1): Bump write delay values for flash and EEPROM to 50 ms.
joerg_wunsch
2011-08-16 16:45:24 +0000
df9215a79ebug #29650: Programming timeouts in ATmega128RFA1 are too slow * avrdude.conf.in (ATmega128RFA1): Bump write delay values for flash and EEPROM to 50 ms.
Joerg Wunsch
2011-08-16 16:45:24 +0000
8595de951ebug #29650: Programming timeouts in ATmega128RFA1 are too slow * avrdude.conf.in (ATmega128RFA1): Bump write delay values for flash and EEPROM to 50 ms.
Joerg Wunsch
2011-08-16 16:45:24 +0000
4d1b585507* avrdude.conf.in (ATmega8515, ATmega8535, ATmega48, ATmega88, ATmega88P, ATtiny88, ATmega168, ATmega168P, ATmega328P): Bump delay value for STK500v2 EEPROM write operation to 5, according to the respective XML files.
joerg_wunsch
2011-08-16 16:42:30 +0000
60de014b75* avrdude.conf.in (ATmega8515, ATmega8535, ATmega48, ATmega88, ATmega88P, ATtiny88, ATmega168, ATmega168P, ATmega328P): Bump delay value for STK500v2 EEPROM write operation to 5, according to the respective XML files.
Joerg Wunsch
2011-08-16 16:42:30 +0000
7ec4b042ef* avrdude.conf.in (ATmega8515, ATmega8535, ATmega48, ATmega88, ATmega88P, ATtiny88, ATmega168, ATmega168P, ATmega328P): Bump delay value for STK500v2 EEPROM write operation to 5, according to the respective XML files.
Joerg Wunsch
2011-08-16 16:42:30 +0000
45ca03eae2Submitted by Darcy Houlahan: bug #29694: error in avrdude.conf for attiny84 eeprom * avrdude.conf.in (ATtiny84, ATtiny85): fix A7 bit in EEPROM write command.
joerg_wunsch
2011-08-16 15:18:33 +0000
f40a65c74aSubmitted by Darcy Houlahan: bug #29694: error in avrdude.conf for attiny84 eeprom * avrdude.conf.in (ATtiny84, ATtiny85): fix A7 bit in EEPROM write command.
Joerg Wunsch
2011-08-16 15:18:33 +0000
13dc823b74Submitted by Darcy Houlahan: bug #29694: error in avrdude.conf for attiny84 eeprom * avrdude.conf.in (ATtiny84, ATtiny85): fix A7 bit in EEPROM write command.
Joerg Wunsch
2011-08-16 15:18:33 +0000
233dd09921Submitted by Durant Gilles:
joerg_wunsch
2011-08-16 14:57:56 +0000
006341ca40Submitted by Durant Gilles:
Joerg Wunsch
2011-08-16 14:57:56 +0000
e6cd7c3debSubmitted by Durant Gilles:
Joerg Wunsch
2011-08-16 14:57:56 +0000
b27eda81acSubmitted by Philip: bug #31386: A "BUILD.svn" or similar "how to get started" doc would be helpful
joerg_wunsch
2011-08-16 10:37:09 +0000
5fef2f36f1Submitted by Philip: bug #31386: A "BUILD.svn" or similar "how to get started" doc would be helpful
Joerg Wunsch
2011-08-16 10:37:09 +0000
b5509dc7ceSubmitted by Philip: bug #31386: A "BUILD.svn" or similar "how to get started" doc would be helpful
Joerg Wunsch
2011-08-16 10:37:09 +0000
57b91dbe63Submitted by Nic Jones: bug #32539: [Documentation][Patch] Man page is misleading re: Dragon & PDI
joerg_wunsch
2011-08-15 16:05:54 +0000
2056b0b568Submitted by Nic Jones: bug #32539: [Documentation][Patch] Man page is misleading re: Dragon & PDI
Joerg Wunsch
2011-08-15 16:05:54 +0000
54ef965da4Submitted by Nic Jones: bug #32539: [Documentation][Patch] Man page is misleading re: Dragon & PDI
Joerg Wunsch
2011-08-15 16:05:54 +0000
e1d8d6a5e2Add <stdint.h> so this actually compiles again.
joerg_wunsch
2011-08-12 15:56:21 +0000
40cddf0085Add <stdint.h> so this actually compiles again.
Joerg Wunsch
2011-08-12 15:56:21 +0000
50ac9887e9Add <stdint.h> so this actually compiles again.
Joerg Wunsch
2011-08-12 15:56:21 +0000
8ffc1b85b0Contributed by tixiv@gmx.net: bug #33345: File auto detection as binary doesn't open file in binary mode on Windows * fileio.c: Move the decision about opening files in binary mode until before the fopen() call.
joerg_wunsch
2011-08-12 15:53:53 +0000
d640768544Contributed by tixiv@gmx.net: bug #33345: File auto detection as binary doesn't open file in binary mode on Windows * fileio.c: Move the decision about opening files in binary mode until before the fopen() call.
Joerg Wunsch
2011-08-12 15:53:53 +0000
23228c6c52Contributed by tixiv@gmx.net: bug #33345: File auto detection as binary doesn't open file in binary mode on Windows * fileio.c: Move the decision about opening files in binary mode until before the fopen() call.
Joerg Wunsch
2011-08-12 15:53:53 +0000
7313b4348efixed part id of ATtiny9
fischl
2011-06-16 17:52:20 +0000
13fc6529d3fixed part id of ATtiny9
Thomas Fischl
2011-06-16 17:52:20 +0000
b097878aaafixed part id of ATtiny9
Thomas Fischl
2011-06-16 17:52:20 +0000
fc589638dfadded TPI support for USBasp (patch #7440)
fischl
2011-05-28 07:35:40 +0000
ddfbdc0b87added TPI support for USBasp (patch #7440)
Thomas Fischl
2011-05-28 07:35:40 +0000
7782b9cd10added TPI support for USBasp (patch #7440)
Thomas Fischl
2011-05-28 07:35:40 +0000
4c25eee0a5Remove the version checks for autoconf and automake. Modern versions no longer experience the day-to-day incompatibilities we've been faced with some 5+ years ago.
joerg_wunsch
2011-05-11 21:24:12 +0000
fc13ef96a1Remove the version checks for autoconf and automake. Modern versions no longer experience the day-to-day incompatibilities we've been faced with some 5+ years ago.
Joerg Wunsch
2011-05-11 21:24:12 +0000
954c493d79Remove the version checks for autoconf and automake. Modern versions no longer experience the day-to-day incompatibilities we've been faced with some 5+ years ago.
Joerg Wunsch
2011-05-11 21:24:12 +0000
d1db544c8bAdd support for ATmega168P.
joerg_wunsch
2011-05-11 21:22:23 +0000
fbdd95959aAdd support for ATmega168P.
Joerg Wunsch
2011-05-11 21:22:23 +0000
d6d4b561d3Add support for ATmega168P.
Joerg Wunsch
2011-05-11 21:22:23 +0000
1cebcc9b55Fix abbreviated name for ATmega324PA.
joerg_wunsch
2011-05-11 21:10:10 +0000
60d4d17a7dFix abbreviated name for ATmega324PA.
Joerg Wunsch
2011-05-11 21:10:10 +0000
2398bc214bFix abbreviated name for ATmega324PA.
Joerg Wunsch
2011-05-11 21:10:10 +0000
292af077d4Submitted by Lech Perczak: bug #30946: Added support for ATmega8/16/32U2
joerg_wunsch
2011-05-11 21:06:05 +0000
af5f0ba962Submitted by Lech Perczak: bug #30946: Added support for ATmega8/16/32U2
Joerg Wunsch
2011-05-11 21:06:05 +0000
ede2a09a19Submitted by Lech Perczak: bug #30946: Added support for ATmega8/16/32U2
Joerg Wunsch
2011-05-11 21:06:05 +0000
fbbd81be9aMark the file as being "text" so Emacs doesn't default to "Config[WinIni]" or such.
joerg_wunsch
2011-05-11 20:50:14 +0000
7a9eeeaf05Mark the file as being "text" so Emacs doesn't default to "Config[WinIni]" or such.
Joerg Wunsch
2011-05-11 20:50:14 +0000
caf56a11b1Mark the file as being "text" so Emacs doesn't default to "Config[WinIni]" or such.
Joerg Wunsch
2011-05-11 20:50:14 +0000
73dce57ce0Submitted by David A Lyons: patch #7393: Adding ATtiny4313 Device to avrdude.conf.in
joerg_wunsch
2011-05-11 20:46:17 +0000
ed57640d6fSubmitted by David A Lyons: patch #7393: Adding ATtiny4313 Device to avrdude.conf.in
Joerg Wunsch
2011-05-11 20:46:17 +0000
b397a32005Submitted by David A Lyons: patch #7393: Adding ATtiny4313 Device to avrdude.conf.in
Joerg Wunsch
2011-05-11 20:46:17 +0000
358961e07eBump timeout values to allow for slow clock speeds. Ideally, the timeout should depend on the selected clock speed, but changing the API for that would require quite some effort throughout the entire code base.
joerg_wunsch
2011-05-11 20:42:27 +0000
267697983fBump timeout values to allow for slow clock speeds. Ideally, the timeout should depend on the selected clock speed, but changing the API for that would require quite some effort throughout the entire code base.
Joerg Wunsch
2011-05-11 20:42:27 +0000
232831e0c2Bump timeout values to allow for slow clock speeds. Ideally, the timeout should depend on the selected clock speed, but changing the API for that would require quite some effort throughout the entire code base.
Joerg Wunsch
2011-05-11 20:42:27 +0000
a403b4372a2011-03-04 Eric B. Weddington <eric.weddington@atmel.com>
arcanum
2011-03-04 15:45:56 +0000
1c5a55738f2011-03-04 Eric B. Weddington <eric.weddington@atmel.com>
Eric Weddington
2011-03-04 15:45:56 +0000
6ba5db39592011-03-04 Eric B. Weddington <eric.weddington@atmel.com>
Eric Weddington
2011-03-04 15:45:56 +0000
ae7aa30dc9ATmega128RFA1: Bump two timing values in order to improve ISP programming stability, in particular with the STK600.
joerg_wunsch
2010-12-17 13:28:21 +0000
b490a7b72fATmega128RFA1: Bump two timing values in order to improve ISP programming stability, in particular with the STK600.
Joerg Wunsch
2010-12-17 13:28:21 +0000
cf0d169f92ATmega128RFA1: Bump two timing values in order to improve ISP programming stability, in particular with the STK600.
Joerg Wunsch
2010-12-17 13:28:21 +0000
686d01b04dIn stk500v2_command(), detect warning status codes.
joerg_wunsch
2010-12-14 17:17:33 +0000
f4078c9183* fix for bug #31384
springob
2010-10-23 19:33:16 +0000
1e3f5b7c49* fix for bug #31384
Nils Springob
2010-10-23 19:33:16 +0000
809d69ac1f* fix for bug #31384
Nils Springob
2010-10-23 19:33:16 +0000
52d61845d9* serial_open() calls will now return -1 on error (no call to exit())
springob
2010-10-22 14:44:53 +0000
dd4ec6f74e* serial_open() calls will now return -1 on error (no call to exit())
Nils Springob
2010-10-22 14:44:53 +0000
be92fd4c06* serial_open() calls will now return -1 on error (no call to exit())
Nils Springob
2010-10-22 14:44:53 +0000
fcce4d2de3* serial_open() calls will now return -1 on error (no call to exit())
springob
2010-10-22 14:29:56 +0000
0c603e4791* serial_open() calls will now return -1 on error (no call to exit())
Nils Springob
2010-10-22 14:29:56 +0000
397215523c* serial_open() calls will now return -1 on error (no call to exit())
Nils Springob
2010-10-22 14:29:56 +0000
d7c246d112bug #30566: MinGW + Ubuntu 9.04 * stk500v2.c (stk500v2_open): use same condition to refer to the AVR Doper support as used in the definition in ser_avrdoper.c. (Thanks to Christian Starkjohann for the analysis of the problem.)
joerg_wunsch
2010-07-27 16:06:01 +0000
f1bf228061bug #30566: MinGW + Ubuntu 9.04 * stk500v2.c (stk500v2_open): use same condition to refer to the AVR Doper support as used in the definition in ser_avrdoper.c. (Thanks to Christian Starkjohann for the analysis of the problem.)
Joerg Wunsch
2010-07-27 16:06:01 +0000
a673818068bug #30566: MinGW + Ubuntu 9.04 * stk500v2.c (stk500v2_open): use same condition to refer to the AVR Doper support as used in the definition in ser_avrdoper.c. (Thanks to Christian Starkjohann for the analysis of the problem.)
Joerg Wunsch
2010-07-27 16:06:01 +0000
f474ab0425* buspirate.c: Added compatibility with BusPirate "NewUI" firmware 5.x (contributed by Kari Knuuttila)
mludvig
2010-07-18 13:15:07 +0000