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:
Joerg Wunsch 2006-12-21 21:44:14 +00:00
parent 0d9df51e88
commit 2ef8ceae78
2 changed files with 18 additions and 0 deletions

View File

@ -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>
Submitted by Christian Starkjohann:

View File

@ -679,6 +679,18 @@ programmer
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@