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.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@792 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch
2009-02-16 12:26:44 +00:00
parent b92116d17a
commit 6850642ff6
3 changed files with 26 additions and 4 deletions

2
NEWS
View File

@@ -35,6 +35,8 @@ Current:
* Add preliminary support for ATxmega128A1 for the JTAG ICE mkII using
JTAG.
* Bugfixes.
Version 5.5:
* Add support for the USBtinyISP programmer (patch #6233)