mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
patch #6261: avrdude won't use dragon/debugwire to write a file to eeprom * jtagmkII.c (jtagmkII_paged_write): when in debugWire mode, implement a paged write to EEPROM as a series of byte writes. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@792 81a1dc3b-b13d-400b-aceb-764788c761c2
22 lines
694 B
Plaintext
22 lines
694 B
Plaintext
2009-02-16 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
|
|
|
Submitted by Mark Litwack:
|
|
patch #6261: avrdude won't use dragon/debugwire to write a file
|
|
to eeprom
|
|
* jtagmkII.c (jtagmkII_paged_write): when in debugWire mode,
|
|
implement a paged write to EEPROM as a series of byte writes.
|
|
|
|
2009-02-16 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
|
|
|
Submitted by Janos Sallai:
|
|
patch #6542: paged_load fails on the MIB510 programming board
|
|
* stk500.c: Add a workaround for the different signon sequence on
|
|
MIB510 programmers.
|
|
|
|
2009-02-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
|
|
|
* avrdude.conf.in: Add the ATmega128RFA1.
|
|
* avrdude.1: document the addition of ATmega128RFA1.
|
|
* doc/avrdude.texi: (Ditto.)
|
|
|