Add the AVR3 progammer.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@110 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
a4204f236f
commit
c5992e0b3d
|
@ -142,6 +142,21 @@ programmer
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
# The AVR3 board does not drive the clock on the AVR. You must
|
||||||
|
# disconnect pin 5 from the parallel port and add a clock signal to
|
||||||
|
# the board.
|
||||||
|
programmer
|
||||||
|
id = "avr3";
|
||||||
|
desc = "AVR3 (disconnect pin 5 - see config file for details)";
|
||||||
|
reset = 6;
|
||||||
|
sck = 8;
|
||||||
|
mosi = 7;
|
||||||
|
miso = 10;
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
part
|
part
|
||||||
id = "1200";
|
id = "1200";
|
||||||
desc = "AT90S1200";
|
desc = "AT90S1200";
|
||||||
|
|
Loading…
Reference in New Issue