File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,15 @@ arduinoasisp.program.protocol=stk500v1
44
44
arduinoasisp.program.speed=19200
45
45
arduinoasisp.program.tool=avrdude
46
46
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}
You can’t perform that action at this time.
0 commit comments