Add debugWire entries for all devices where dW is known to exist

(according to the XML files).

Add an XSL stylesheet to extract the dW
parameters from the XML files.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@690 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2006-11-21 11:56:26 +00:00
parent a5f4a526c6
commit 04203ce892
3 changed files with 179 additions and 2 deletions

View File

@@ -9,6 +9,8 @@
* avrdude.conf.in: Add the new dW programmers.
* avrdude.1: Document the dW support.
* doc/avrdude.texi: (Ditto.)
* tools/get-dw-params.xsl: XSL stylesheet to extract the dW
parameters from the XML files.
2006-11-20 Joerg Wunsch <j@uriah.heep.sax.de>