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 0b1110f360
commit 8bf2adbed2
3 changed files with 19 additions and 2 deletions

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";