Introduce a "stk500v1" entry, so we can switch the default "stk500" to
"stk500v2" some day. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@636 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
9e0c0b850a
commit
ded7ebf2e4
|
@ -1,3 +1,8 @@
|
||||||
|
2006-08-31 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
* avrdude.conf.in: Introduce a "stk500v1" entry, so we
|
||||||
|
can switch the default "stk500" to "stk500v2" some day.
|
||||||
|
|
||||||
2006-08-31 Joerg Wunsch <j@uriah.heep.sax.de>
|
2006-08-31 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
The major part of this change has been contributed by
|
The major part of this change has been contributed by
|
||||||
|
|
|
@ -314,15 +314,24 @@ programmer
|
||||||
type = stk500v2;
|
type = stk500v2;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# This is supposed to be the "default" STK500 entry.
|
||||||
|
# Refers to V1 by now, might be changed to V2 in a
|
||||||
|
# future release.
|
||||||
programmer
|
programmer
|
||||||
id = "stk500";
|
id = "stk500";
|
||||||
desc = "Atmel STK500";
|
desc = "Atmel STK500";
|
||||||
type = stk500;
|
type = stk500;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
programmer
|
||||||
|
id = "stk500v1";
|
||||||
|
desc = "Atmel STK500 Version 1.x firmware";
|
||||||
|
type = stk500;
|
||||||
|
;
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "stk500v2";
|
id = "stk500v2";
|
||||||
desc = "Atmel STK500 V2";
|
desc = "Atmel STK500 Version 2.x firmware";
|
||||||
type = stk500v2;
|
type = stk500v2;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue