mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Implement EEPROM access through debugWire.
* jtagmkII.c: Extend the jtagmkII_read_byte() and jtagmkII_write_byte() methods to handle EEPROM through debugWire. * avrpart.h: Implement the "flash instruction" parameter. * config_gram.y: (Ditto.) * lexer.l: (Ditto.) * avrdude.conf.in: (Ditto.) * avrdude.1: Document the EEPROM access through dW. * doc/avrdude.texi: (Ditto.) * tools/get-dw-params.xsl: Extend to extract the flash instruction field. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@693 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,18 @@
|
||||
2006-11-23 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
Implement EEPROM access through debugWire.
|
||||
* jtagmkII.c: Extend the jtagmkII_read_byte() and
|
||||
jtagmkII_write_byte() methods to handle EEPROM through
|
||||
debugWire.
|
||||
* avrpart.h: Implement the "flash instruction" parameter.
|
||||
* config_gram.y: (Ditto.)
|
||||
* lexer.l: (Ditto.)
|
||||
* avrdude.conf.in: (Ditto.)
|
||||
* avrdude.1: Document the EEPROM access through dW.
|
||||
* doc/avrdude.texi: (Ditto.)
|
||||
* tools/get-dw-params.xsl: Extend to extract the flash
|
||||
instruction field.
|
||||
|
||||
2006-11-23 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* avr.c (avr_read, avr_write): if the paged access returns a
|
||||
|
Reference in New Issue
Block a user