Commit Graph

  • effa0a16cd In ser_send(), don't select() on the output fd before trying to write something to the serial line. That kind of polling isn't very useful anyway, and it seems it breaks for the Linux CP210x USB<->RS-232 bridge driver which is certainly a bug in the driver, but we can just avoid that bug alltogether. joerg_wunsch 2007-05-15 20:30:15 +0000
  • 9a6c9d2343 In ser_send(), don't select() on the output fd before trying to write something to the serial line. That kind of polling isn't very useful anyway, and it seems it breaks for the Linux CP210x USB<->RS-232 bridge driver which is certainly a bug in the driver, but we can just avoid that bug alltogether. Joerg Wunsch 2007-05-15 20:30:15 +0000
  • dbb4766f81 In ser_send(), don't select() on the output fd before trying to write something to the serial line. That kind of polling isn't very useful anyway, and it seems it breaks for the Linux CP210x USB<->RS-232 bridge driver which is certainly a bug in the driver, but we can just avoid that bug alltogether. Joerg Wunsch 2007-05-15 20:30:15 +0000
  • 4b25f0b685 Fix the STK500v2 ISP delay parameter for ATmega640/1280/1281/2560/2561. Atmel has changed the XML files after the initial release. joerg_wunsch 2007-05-15 20:25:48 +0000
  • 0266bf8ef8 Fix the STK500v2 ISP delay parameter for ATmega640/1280/1281/2560/2561. Atmel has changed the XML files after the initial release. Joerg Wunsch 2007-05-15 20:25:48 +0000
  • 6632049d6f Fix the STK500v2 ISP delay parameter for ATmega640/1280/1281/2560/2561. Atmel has changed the XML files after the initial release. Joerg Wunsch 2007-05-15 20:25:48 +0000
  • dbdea5a979 Style and indentation fixes. joerg_wunsch 2007-05-15 20:23:50 +0000
  • 0df62fc016 Style and indentation fixes. Joerg Wunsch 2007-05-15 20:23:50 +0000
  • 633922546f Style and indentation fixes. Joerg Wunsch 2007-05-15 20:23:50 +0000
  • 6b4270e2d8 2007-05-01: Colin O'Flynn <coflynn@newae.com> *Problem in verbose output of previous commit. I hoped to have all the verbose changes in a single commit, but that won't happen... *Main thing is fixed safemode to turn itself off when you can't read the fuses anyway. I don't know what I was thinking when I made it fail out of programmers that don't support fuse reading. c_oflynn 2007-05-02 23:05:21 +0000
  • be2e4b79a6 2007-05-01: Colin O'Flynn <coflynn@newae.com> *Problem in verbose output of previous commit. I hoped to have all the verbose changes in a single commit, but that won't happen... *Main thing is fixed safemode to turn itself off when you can't read the fuses anyway. I don't know what I was thinking when I made it fail out of programmers that don't support fuse reading. Colin O Flynn 2007-05-02 23:05:21 +0000
  • 35380e1d70 2007-05-01: Colin O'Flynn <coflynn@newae.com> *Problem in verbose output of previous commit. I hoped to have all the verbose changes in a single commit, but that won't happen... *Main thing is fixed safemode to turn itself off when you can't read the fuses anyway. I don't know what I was thinking when I made it fail out of programmers that don't support fuse reading. Colin O Flynn 2007-05-02 23:05:21 +0000
  • 7d0d997877 2007-05-01 Colin O'Flynn <coflynn@newae.com> safemode.c: added verbose output c_oflynn 2007-05-02 22:36:04 +0000
  • bcf7c9d269 2007-05-01 Colin O'Flynn <coflynn@newae.com> safemode.c: added verbose output Colin O Flynn 2007-05-02 22:36:04 +0000
  • 728326c479 2007-05-01 Colin O'Flynn <coflynn@newae.com> safemode.c: added verbose output Colin O Flynn 2007-05-02 22:36:04 +0000
  • 914e2ed3ec Colin O'Flynn <coflynn@newae.com> *stk500generic.c: FIxed bug 19411 c_oflynn 2007-03-25 22:43:50 +0000
  • f4f6c8040c Colin O'Flynn <coflynn@newae.com> *stk500generic.c: FIxed bug 19411 Colin O Flynn 2007-03-25 22:43:50 +0000
  • 06e4769d2b Colin O'Flynn <coflynn@newae.com> *stk500generic.c: FIxed bug 19411 Colin O Flynn 2007-03-25 22:43:50 +0000
  • 9b19452848 Add entries for AT90PWM2/3B. joerg_wunsch 2007-02-26 19:52:53 +0000
  • 2e2f8d6bde Add entries for AT90PWM2/3B. Joerg Wunsch 2007-02-26 19:52:53 +0000
  • 92b95ef36d Add entries for AT90PWM2/3B. Joerg Wunsch 2007-02-26 19:52:53 +0000
  • 1af6247869 usbasp.c: return error if communication with target isn't possible. fischl 2007-02-02 16:27:49 +0000
  • 10fcf3e111 usbasp.c: return error if communication with target isn't possible. Thomas Fischl 2007-02-02 16:27:49 +0000
  • 7082eecf2a usbasp.c: return error if communication with target isn't possible. Thomas Fischl 2007-02-02 16:27:49 +0000
  • afe3356b9c Remove duplicate definition of token K_WRITEPAGE. joerg_wunsch 2007-02-01 22:07:39 +0000
  • fb0da1f3af Remove duplicate definition of token K_WRITEPAGE. Joerg Wunsch 2007-02-01 22:07:39 +0000
  • f0ad4dc3aa Remove duplicate definition of token K_WRITEPAGE. Joerg Wunsch 2007-02-01 22:07:39 +0000
  • 06235497a7 Implement ATmega256x support for butterfly/avr109. joerg_wunsch 2007-01-30 15:47:53 +0000
  • 6fc6e9b184 Implement ATmega256x support for butterfly/avr109. Joerg Wunsch 2007-01-30 15:47:53 +0000
  • 6a9ee90a06 Implement ATmega256x support for butterfly/avr109. Joerg Wunsch 2007-01-30 15:47:53 +0000
  • 00bed106a4 Fix subdir handling. Now finally, "make distcheck" will include the documentation into the tarball even if the configure had been run without the --enable-doc. joerg_wunsch 2007-01-30 14:41:57 +0000
  • b3af908ddd Fix subdir handling. Now finally, "make distcheck" will include the documentation into the tarball even if the configure had been run without the --enable-doc. Joerg Wunsch 2007-01-30 14:41:57 +0000
  • 3407d4312a Fix subdir handling. Now finally, "make distcheck" will include the documentation into the tarball even if the configure had been run without the --enable-doc. Joerg Wunsch 2007-01-30 14:41:57 +0000
  • 817a1ce552 safemode.c: Obtain progname from avrdude.h rather than trying to roll our own (duplicate) copy of it. joerg_wunsch 2007-01-30 13:41:54 +0000
  • b8a306c048 safemode.c: Obtain progname from avrdude.h rather than trying to roll our own (duplicate) copy of it. Joerg Wunsch 2007-01-30 13:41:54 +0000
  • df256ba7bd safemode.c: Obtain progname from avrdude.h rather than trying to roll our own (duplicate) copy of it. Joerg Wunsch 2007-01-30 13:41:54 +0000
  • 7c7ba6733e More backend/library abstraction and generalization: turn the list_parts() and list_programmers() functions into general list iteration functions that call a caller-supplied callback for each element. Implement list_parts() and list_programmers() as private functions in main.c based on that approach. joerg_wunsch 2007-01-29 20:41:47 +0000
  • 2682d0a227 More backend/library abstraction and generalization: turn the list_parts() and list_programmers() functions into general list iteration functions that call a caller-supplied callback for each element. Implement list_parts() and list_programmers() as private functions in main.c based on that approach. Joerg Wunsch 2007-01-29 20:41:47 +0000
  • 2a7aeaa742 More backend/library abstraction and generalization: turn the list_parts() and list_programmers() functions into general list iteration functions that call a caller-supplied callback for each element. Implement list_parts() and list_programmers() as private functions in main.c based on that approach. Joerg Wunsch 2007-01-29 20:41:47 +0000
  • 3f8e4dfe8c Rearrange everything so it is now built into a libavrdude.a library, and link main.c against that library. joerg_wunsch 2007-01-25 20:51:11 +0000
  • 6e1e55406f Rearrange everything so it is now built into a libavrdude.a library, and link main.c against that library. Joerg Wunsch 2007-01-25 20:51:11 +0000
  • a3349385d6 Rearrange everything so it is now built into a libavrdude.a library, and link main.c against that library. Joerg Wunsch 2007-01-25 20:51:11 +0000
  • 07c1079415 Major code cleanup. joerg_wunsch 2007-01-24 22:43:46 +0000
  • 5bf9e2d9f2 Major code cleanup. Joerg Wunsch 2007-01-24 22:43:46 +0000
  • 6897c7b4a5 Major code cleanup. Joerg Wunsch 2007-01-24 22:43:46 +0000
  • 1cae809b9b Something I always wanted to do: replace all those private "extern" declarations in each file by a central header file "avrdude.h". joerg_wunsch 2007-01-24 21:07:54 +0000
  • 27e16e8371 Something I always wanted to do: replace all those private "extern" declarations in each file by a central header file "avrdude.h". Joerg Wunsch 2007-01-24 21:07:54 +0000
  • 9436ea57d1 Something I always wanted to do: replace all those private "extern" declarations in each file by a central header file "avrdude.h". Joerg Wunsch 2007-01-24 21:07:54 +0000
  • 2c6b2309d5 ATmega8: Bump the delay values for flash and EEPROM, based on the current Atmel XML file. joerg_wunsch 2007-01-13 22:57:14 +0000
  • 9e00f7b48e ATmega8: Bump the delay values for flash and EEPROM, based on the current Atmel XML file. Joerg Wunsch 2007-01-13 22:57:14 +0000
  • f2154ce2ea ATmega8: Bump the delay values for flash and EEPROM, based on the current Atmel XML file. Joerg Wunsch 2007-01-13 22:57:14 +0000
  • dfdd8c0ea5 * configure.ac: Improve the detection of the Win32 HID library, and the presence of the header ddk/hidsdi.h. It now works correctly under Cygwin and several flavours of MinGW. joerg_wunsch 2007-01-12 22:41:05 +0000
  • c573e47717 * configure.ac: Improve the detection of the Win32 HID library, and the presence of the header ddk/hidsdi.h. It now works correctly under Cygwin and several flavours of MinGW. Joerg Wunsch 2007-01-12 22:41:05 +0000
  • 6aed88281a * configure.ac: Improve the detection of the Win32 HID library, and the presence of the header ddk/hidsdi.h. It now works correctly under Cygwin and several flavours of MinGW. Joerg Wunsch 2007-01-12 22:41:05 +0000
  • b991041fe3 * butterfly.c (butterfly_initialize): when sending the 'T' command (which is ignored by current AVR109 bootloaders), send the first reply from the list of supported device codes back rather than using avrdude.conf's idea about an AVR910 device code. Apparently, this solves disagreements between different versions of at least the ATmega8 AVR910 device code. joerg_wunsch 2007-01-11 20:20:25 +0000
  • 02c2030a64 * butterfly.c (butterfly_initialize): when sending the 'T' command (which is ignored by current AVR109 bootloaders), send the first reply from the list of supported device codes back rather than using avrdude.conf's idea about an AVR910 device code. Apparently, this solves disagreements between different versions of at least the ATmega8 AVR910 device code. Joerg Wunsch 2007-01-11 20:20:25 +0000
  • 2e7333d3cc * butterfly.c (butterfly_initialize): when sending the 'T' command (which is ignored by current AVR109 bootloaders), send the first reply from the list of supported device codes back rather than using avrdude.conf's idea about an AVR910 device code. Apparently, this solves disagreements between different versions of at least the ATmega8 AVR910 device code. Joerg Wunsch 2007-01-11 20:20:25 +0000
  • ebad612f9a Reported by Till Harbaum: joerg_wunsch 2007-01-07 22:36:45 +0000
  • 3ae427df7b Reported by Till Harbaum: Joerg Wunsch 2007-01-07 22:36:45 +0000
  • 8daaa34ba8 Reported by Till Harbaum: Joerg Wunsch 2007-01-07 22:36:45 +0000
  • 065eaa9bda ChangeLog rotation. joerg_wunsch 2007-01-07 22:34:21 +0000
  • a63f7f2400 ChangeLog rotation. Joerg Wunsch 2007-01-07 22:34:21 +0000
  • 0058fff9d8 ChangeLog rotation. Joerg Wunsch 2007-01-07 22:34:21 +0000
  • 159be5f675 We are post-release (again). joerg_wunsch 2006-12-22 23:21:53 +0000
  • 93547b051c We are post-release (again). Joerg Wunsch 2006-12-22 23:21:53 +0000
  • 37ecc60f24 We are post-release (again). Joerg Wunsch 2006-12-22 23:21:53 +0000
  • e076170551 This commit was manufactured by cvs2svn to create tag 'RELEASE_5_3_1'. v5.3.1 Joerg Wunsch 2006-12-22 22:55:34 +0000
  • cb7646c7b6 Actually bump version to 5.3.1 now. joerg_wunsch 2006-12-22 22:55:33 +0000
  • 2347af75ae Actually bump version to 5.3.1 now. Joerg Wunsch 2006-12-22 22:55:33 +0000
  • 1fc0d26959 Actually bump version to 5.3.1 now. Joerg Wunsch 2006-12-22 22:55:33 +0000
  • 1ad3f961f1 * configure.ac (AC_INIT): Bump version to 5.3.1. * avrdude.conf.in (frank-stk200): Fix syntax error. * ser_avrdoper.c: Make #ifdef for Win32/libhid consistent with the initial check: use the HID driver only iff found, otherwise use libusb. joerg_wunsch 2006-12-22 22:52:34 +0000
  • 67d89d256e * configure.ac (AC_INIT): Bump version to 5.3.1. * avrdude.conf.in (frank-stk200): Fix syntax error. * ser_avrdoper.c: Make #ifdef for Win32/libhid consistent with the initial check: use the HID driver only iff found, otherwise use libusb. Joerg Wunsch 2006-12-22 22:52:34 +0000
  • c59ed7097e * configure.ac (AC_INIT): Bump version to 5.3.1. * avrdude.conf.in (frank-stk200): Fix syntax error. * ser_avrdoper.c: Make #ifdef for Win32/libhid consistent with the initial check: use the HID driver only iff found, otherwise use libusb. Joerg Wunsch 2006-12-22 22:52:34 +0000
  • 857c1ba558 We are now post release 5.3. joerg_wunsch 2006-12-21 22:48:14 +0000
  • 58cf5f62a0 We are now post release 5.3. Joerg Wunsch 2006-12-21 22:48:14 +0000
  • ba82e4bb01 We are now post release 5.3. Joerg Wunsch 2006-12-21 22:48:14 +0000
  • dbed2e283a This commit was manufactured by cvs2svn to create tag 'RELEASE_5_3_0'. v5.3.0 Joerg Wunsch 2006-12-21 22:40:07 +0000
  • 2fc6741f06 Cosmetic: mention the current changes are now for 5.3. joerg_wunsch 2006-12-21 22:40:06 +0000
  • 1280d2173d Cosmetic: mention the current changes are now for 5.3. Joerg Wunsch 2006-12-21 22:40:06 +0000
  • b2c5030890 Cosmetic: mention the current changes are now for 5.3. Joerg Wunsch 2006-12-21 22:40:06 +0000
  • 8f04e0fd1c Mention frank-stk200 in the docs. joerg_wunsch 2006-12-21 22:05:56 +0000
  • ab6b0be5de Mention frank-stk200 in the docs. Joerg Wunsch 2006-12-21 22:05:56 +0000
  • 1652c1b781 Mention frank-stk200 in the docs. Joerg Wunsch 2006-12-21 22:05:56 +0000
  • 6dad64ee01 Bump version to 5.3, ready to release. joerg_wunsch 2006-12-21 22:01:30 +0000
  • 15c4fb5903 Bump version to 5.3, ready to release. Joerg Wunsch 2006-12-21 22:01:30 +0000
  • 22fe8cd1e1 Bump version to 5.3, ready to release. Joerg Wunsch 2006-12-21 22:01:30 +0000
  • ff1fcf6c5d Submitted by Vince VG: * avrdude.conf.in (frank-stk200): New programmer added. Closes patch #5502: one other programmer joerg_wunsch 2006-12-21 21:44:14 +0000
  • 2ef8ceae78 Submitted by Vince VG: * avrdude.conf.in (frank-stk200): New programmer added. Closes patch #5502: one other programmer Joerg Wunsch 2006-12-21 21:44:14 +0000
  • 9749ffcd75 Submitted by Vince VG: * avrdude.conf.in (frank-stk200): New programmer added. Closes patch #5502: one other programmer Joerg Wunsch 2006-12-21 21:44:14 +0000
  • 6523398ca8 In usbOpenDevice(), clear the error code when returning successfully. joerg_wunsch 2006-12-21 21:21:14 +0000
  • 0d9df51e88 In usbOpenDevice(), clear the error code when returning successfully. Joerg Wunsch 2006-12-21 21:21:14 +0000
  • ac95d249d6 In usbOpenDevice(), clear the error code when returning successfully. Joerg Wunsch 2006-12-21 21:21:14 +0000
  • 26e8bc656a Submitted by Christian Starkjohann: patch #5507: Support for AVR-Doper USB programmer in HID mode joerg_wunsch 2006-12-20 23:43:34 +0000
  • 6524723327 Submitted by Christian Starkjohann: patch #5507: Support for AVR-Doper USB programmer in HID mode Joerg Wunsch 2006-12-20 23:43:34 +0000
  • f239ffa1d1 Submitted by Christian Starkjohann: patch #5507: Support for AVR-Doper USB programmer in HID mode Joerg Wunsch 2006-12-20 23:43:34 +0000
  • 97e45d71bb Submitted by ivanv at netman.ru Fix length for single-byte write operations. Closes bug #18527 JTAG ICE: fuse bits have been writen incorrectly joerg_wunsch 2006-12-15 15:42:44 +0000
  • 18cf1cf47f Submitted by ivanv at netman.ru Fix length for single-byte write operations. Closes bug #18527 JTAG ICE: fuse bits have been writen incorrectly Joerg Wunsch 2006-12-15 15:42:44 +0000
  • ef04ad29bf Submitted by ivanv at netman.ru Fix length for single-byte write operations. Closes bug #18527 JTAG ICE: fuse bits have been writen incorrectly Joerg Wunsch 2006-12-15 15:42:44 +0000
  • 4652c6428a In jtagmkII_paged_write(), remove a debugging usleep(1000000) that accidentally crept in in rev 1.19. joerg_wunsch 2006-12-11 16:48:52 +0000
  • f7f185f176 In jtagmkII_paged_write(), remove a debugging usleep(1000000) that accidentally crept in in rev 1.19. Joerg Wunsch 2006-12-11 16:48:52 +0000