mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
* avr.c (avr_read_byte): If pgm->read_byte method fails, retry with
avr_read_byte_default. * avr.c (avr_write_byte): If pgm->write_byte method fails, retry with avr_write_byte_default. * avr910.c (avr910_cmd): Implement using universal command. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@364 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2003-09-05 Theodore A. Roth <troth@openavr.org>
|
||||
[Contributed by Jan-Hinnerk Reichert <jan-hinnerk_reichert@hamburg.de>]
|
||||
|
||||
* avr.c (avr_read_byte): If pgm->read_byte method fails, retry with
|
||||
avr_read_byte_default.
|
||||
* avr.c (avr_write_byte): If pgm->write_byte method fails, retry with
|
||||
avr_write_byte_default.
|
||||
* avr910.c (avr910_cmd): Implement using universal command.
|
||||
|
||||
2003-09-04 Theodore A. Roth <troth@openavr.org>
|
||||
|
||||
* Makefile.am: Change AM_CPPFLAGS to avrdude_CPPFLAGS.
|
||||
|
Reference in New Issue
Block a user