mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Implement debugWire programming support. Several limitations are
imposed by debugWire itself, so effectively, only flash ROM can be read and written. Currently, the required changes to avrdude.conf.in are only present for the ATtiny44. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@688 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2006-11-21 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
Implement debugWire programming support.
|
||||
* avrpart.h: Implement debugWire support.
|
||||
* config_gram.y: (Ditto.)
|
||||
* jtagmkII.c: (Ditto.)
|
||||
* jtagmkII.h: (Ditto.)
|
||||
* lexer.l: (Ditto.)
|
||||
* avrdude.conf.in: Add the new dW programmers.
|
||||
* avrdude.1: Document the dW support.
|
||||
* doc/avrdude.texi: (Ditto.)
|
||||
|
||||
2006-11-20 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* jtagmkI.c (jtagmkI_close): remove two unused variables.
|
||||
|
Reference in New Issue
Block a user