Add a definition for the popular Ponyprog dongle.
Submitted by: Daniel Williamson <dannyw@maconmgt.co.uk> git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@263 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
ec5ce74e82
commit
915f8e7b94
|
@ -214,6 +214,23 @@ programmer
|
|||
miso = 10;
|
||||
;
|
||||
|
||||
# The programming dongle used by the popular Ponyprog
|
||||
# utility. It is almost similar to the STK200 one,
|
||||
# except that there is a LED indicating that the
|
||||
# programming is currently in progress.
|
||||
|
||||
programmer
|
||||
id = "pony";
|
||||
desc = "Pony Prog";
|
||||
type = par;
|
||||
buff = 4, 5;
|
||||
sck = 6;
|
||||
mosi = 7;
|
||||
reset = 9;
|
||||
miso = 10;
|
||||
pgmled = 8;
|
||||
;
|
||||
|
||||
programmer
|
||||
id = "dt006";
|
||||
desc = "Dontronics DT006";
|
||||
|
|
Loading…
Reference in New Issue