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.

View File

@ -288,7 +288,7 @@ programmer
# easier to type
programmer
id = "jtag2";
id = "jtag2slow";
desc = "Atmel JTAG ICE mkII";
baudrate = 19200; # default is 19200
type = jtagmkii;
@ -302,6 +302,14 @@ programmer
type = jtagmkii;
;
# make the fast one the default, people will love that
programmer
id = "jtag2";
desc = "Atmel JTAG ICE mkII";
baudrate = 115200;
type = jtagmkii;
;
programmer
id = "pavr";
desc = "Jason Kyle's pAVR Serial Programmer";

View File

@ -421,12 +421,15 @@ Atmel Butterfly Development Board
Dontronics DT006
@item jtagmkII
@itemx jtag2
@itemx jtag2slow
Atmel JTAG ICE mkII (default speed 19200 Bd)
@itemx jtag2fast
Atmel JTAG ICE mkII, running at 115200 Bd
@itemx jtag2
Same as before.
@itemx pavr
Jason Kyle's pAVR Serial Programmer