diff --git a/avrdude.conf.sample b/avrdude.conf.sample index 299bcf68..c00901ab 100644 --- a/avrdude.conf.sample +++ b/avrdude.conf.sample @@ -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 id = "1200"; desc = "AT90S1200";