effa0a16cdIn 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
9a6c9d2343In 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
dbb4766f81In 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
4b25f0b685Fix 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
0266bf8ef8Fix 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
6632049d6fFix 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
dbdea5a979Style and indentation fixes.
joerg_wunsch
2007-05-15 20:23:50 +0000
0df62fc016Style and indentation fixes.
Joerg Wunsch
2007-05-15 20:23:50 +0000
633922546fStyle and indentation fixes.
Joerg Wunsch
2007-05-15 20:23:50 +0000
6b4270e2d82007-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
be2e4b79a62007-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
35380e1d702007-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
06235497a7Implement ATmega256x support for butterfly/avr109.
joerg_wunsch
2007-01-30 15:47:53 +0000
6fc6e9b184Implement ATmega256x support for butterfly/avr109.
Joerg Wunsch
2007-01-30 15:47:53 +0000
6a9ee90a06Implement ATmega256x support for butterfly/avr109.
Joerg Wunsch
2007-01-30 15:47:53 +0000
00bed106a4Fix 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
b3af908dddFix 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
3407d4312aFix 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
817a1ce552safemode.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
b8a306c048safemode.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
df256ba7bdsafemode.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
7c7ba6733eMore 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
2682d0a227More 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
2a7aeaa742More 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
3f8e4dfe8cRearrange 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
6e1e55406fRearrange 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
a3349385d6Rearrange 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
1cae809b9bSomething 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
27e16e8371Something 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
9436ea57d1Something 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
2c6b2309d5ATmega8: Bump the delay values for flash and EEPROM, based on the current Atmel XML file.
joerg_wunsch
2007-01-13 22:57:14 +0000
9e00f7b48eATmega8: Bump the delay values for flash and EEPROM, based on the current Atmel XML file.
Joerg Wunsch
2007-01-13 22:57:14 +0000
f2154ce2eaATmega8: 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
ebad612f9aReported by Till Harbaum:
joerg_wunsch
2007-01-07 22:36:45 +0000
3ae427df7bReported by Till Harbaum:
Joerg Wunsch
2007-01-07 22:36:45 +0000
8daaa34ba8Reported by Till Harbaum:
Joerg Wunsch
2007-01-07 22:36:45 +0000
159be5f675We are post-release (again).
joerg_wunsch
2006-12-22 23:21:53 +0000
93547b051cWe are post-release (again).
Joerg Wunsch
2006-12-22 23:21:53 +0000
37ecc60f24We are post-release (again).
Joerg Wunsch
2006-12-22 23:21:53 +0000
e076170551This commit was manufactured by cvs2svn to create tag 'RELEASE_5_3_1'.
v5.3.1
Joerg Wunsch
2006-12-22 22:55:34 +0000
cb7646c7b6Actually bump version to 5.3.1 now.
joerg_wunsch
2006-12-22 22:55:33 +0000
2347af75aeActually bump version to 5.3.1 now.
Joerg Wunsch
2006-12-22 22:55:33 +0000
1fc0d26959Actually 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
857c1ba558We are now post release 5.3.
joerg_wunsch
2006-12-21 22:48:14 +0000
58cf5f62a0We are now post release 5.3.
Joerg Wunsch
2006-12-21 22:48:14 +0000
ba82e4bb01We are now post release 5.3.
Joerg Wunsch
2006-12-21 22:48:14 +0000
dbed2e283aThis commit was manufactured by cvs2svn to create tag 'RELEASE_5_3_0'.
v5.3.0
Joerg Wunsch
2006-12-21 22:40:07 +0000
2fc6741f06Cosmetic: mention the current changes are now for 5.3.
joerg_wunsch
2006-12-21 22:40:06 +0000
1280d2173dCosmetic: mention the current changes are now for 5.3.
Joerg Wunsch
2006-12-21 22:40:06 +0000
b2c5030890Cosmetic: mention the current changes are now for 5.3.
Joerg Wunsch
2006-12-21 22:40:06 +0000
8f04e0fd1cMention frank-stk200 in the docs.
joerg_wunsch
2006-12-21 22:05:56 +0000
ab6b0be5deMention frank-stk200 in the docs.
Joerg Wunsch
2006-12-21 22:05:56 +0000
1652c1b781Mention frank-stk200 in the docs.
Joerg Wunsch
2006-12-21 22:05:56 +0000
6dad64ee01Bump version to 5.3, ready to release.
joerg_wunsch
2006-12-21 22:01:30 +0000
15c4fb5903Bump version to 5.3, ready to release.
Joerg Wunsch
2006-12-21 22:01:30 +0000
22fe8cd1e1Bump version to 5.3, ready to release.
Joerg Wunsch
2006-12-21 22:01:30 +0000
ff1fcf6c5dSubmitted 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
2ef8ceae78Submitted 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
9749ffcd75Submitted 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
6523398ca8In usbOpenDevice(), clear the error code when returning successfully.
joerg_wunsch
2006-12-21 21:21:14 +0000
0d9df51e88In usbOpenDevice(), clear the error code when returning successfully.
Joerg Wunsch
2006-12-21 21:21:14 +0000
ac95d249d6In usbOpenDevice(), clear the error code when returning successfully.
Joerg Wunsch
2006-12-21 21:21:14 +0000
26e8bc656aSubmitted by Christian Starkjohann: patch #5507: Support for AVR-Doper USB programmer in HID mode
joerg_wunsch
2006-12-20 23:43:34 +0000
6524723327Submitted by Christian Starkjohann: patch #5507: Support for AVR-Doper USB programmer in HID mode
Joerg Wunsch
2006-12-20 23:43:34 +0000
f239ffa1d1Submitted by Christian Starkjohann: patch #5507: Support for AVR-Doper USB programmer in HID mode
Joerg Wunsch
2006-12-20 23:43:34 +0000
97e45d71bbSubmitted 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
18cf1cf47fSubmitted 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
ef04ad29bfSubmitted 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
4652c6428aIn 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
f7f185f176In 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