Add DAPA programmer.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@502 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
ae1a671a68
commit
8cb8923eca
|
@ -441,6 +441,17 @@ programmer
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
programmer
|
||||||
|
id = "dapa";
|
||||||
|
desc = "Direct AVR Parallel Access cable";
|
||||||
|
type = par;
|
||||||
|
reset = 16;
|
||||||
|
sck = 1;
|
||||||
|
mosi = 2;
|
||||||
|
miso = 11;
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# PART DEFINITIONS
|
# PART DEFINITIONS
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue