Skip to content

Commit 18d178f

Browse files
Support the Atmel STK500 development board for ISP
1 parent b032f74 commit 18d178f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

hardware/arduino/avr/programmers.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,15 @@ arduinoasisp.program.protocol=stk500v1
4444
arduinoasisp.program.speed=19200
4545
arduinoasisp.program.tool=avrdude
4646
arduinoasisp.program.extra_params=-P{serial.port} -b{program.speed}
47+
48+
# STK500 firmware version v1 and v2 use different serial protocols.
49+
# Using the 'stk500' protocol tells avrdude to try and autodetect the
50+
# firmware version. If this leads to problems, we might need to add
51+
# stk500v1 and stk500v2 entries to allow explicitely selecting the
52+
# firmware version.
53+
stk500.name=Atmel STK500 development board
54+
stk500.communication=serial
55+
stk500.protocol=stk500
56+
stk500.program.protocol=stk500
57+
stk500.program.tool=avrdude
58+
stk500.program.extra_params=-P{serial.port}

0 commit comments

Comments
 (0)