Make "jtag2" an alias for "jtag2fast", people will certainly love it

that way. ;-)  For those who want the 19200 Bd one, add "jtag2slow".


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@495 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch
2005-09-14 19:49:27 +00:00
parent 88da9ed79e
commit f3c545ffc3
3 changed files with 19 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2005-09-14 Joerg Wunsch <j@uriah.heep.sax.de>
* avrdude.conf.in: add a jtag2slow programmer alias, and make
"jtag2" default to 115200 Bd.
* doc/avrdude.texi: document the above changes.
2005-08-30 Joerg Wunsch <j@uriah.heep.sax.de>
* usb_libusb.c: Consistently use unsigned char for buffers.