Submitted by Vince VG:
* avrdude.conf.in (frank-stk200): New programmer added. Closes patch #5502: one other programmer git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@706 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
6523398ca8
commit
ff1fcf6c5d
|
@ -1,3 +1,9 @@
|
||||||
|
2006-12-21 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
Submitted by Vince VG:
|
||||||
|
* avrdude.conf.in (frank-stk200): New programmer added.
|
||||||
|
Closes patch #5502: one other programmer
|
||||||
|
|
||||||
2006-12-21 Joerg Wunsch <j@uriah.heep.sax.de>
|
2006-12-21 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
Submitted by Christian Starkjohann:
|
Submitted by Christian Starkjohann:
|
||||||
|
|
|
@ -679,6 +679,18 @@ programmer
|
||||||
buff = 14;
|
buff = 14;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# It is almost same as pony-stk200, except vcc on pin 5 to auto
|
||||||
|
# disconnect port (download on http://electropol.free.fr)
|
||||||
|
programmer
|
||||||
|
id = "frank-stk200";
|
||||||
|
desc = "Frank STK200";
|
||||||
|
type = par;
|
||||||
|
vcc = 5;
|
||||||
|
sck = 6;
|
||||||
|
mosi = 7;
|
||||||
|
reset = 9;
|
||||||
|
miso = 10;
|
||||||
|
pgmled = 8;
|
||||||
|
|
||||||
@HAVE_PARPORT_END@
|
@HAVE_PARPORT_END@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue