mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-10-02 00:39:33 +00:00
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:
@@ -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@
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user