Add the Futurlec programming cable definition.
Contributed by: Gianmario.Scotti@nokia.com git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@406 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
3ca6a5d76e
commit
94dfac9f86
|
@ -321,6 +321,15 @@ programmer
|
||||||
miso = 10;
|
miso = 10;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
programmer
|
||||||
|
id = "futurlec";
|
||||||
|
desc = "Futurlec.com programming cable.";
|
||||||
|
type = par;
|
||||||
|
reset = 3;
|
||||||
|
sck = 2;
|
||||||
|
mosi = 1;
|
||||||
|
miso = 10;
|
||||||
|
;
|
||||||
|
|
||||||
#
|
#
|
||||||
# PART DEFINITIONS
|
# PART DEFINITIONS
|
||||||
|
|
Loading…
Reference in New Issue