File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -75,3 +75,20 @@ stk500.protocol=stk500
75
75
stk500.program.protocol=stk500
76
76
stk500.program.tool=avrdude
77
77
stk500.program.extra_params=-P{serial.port}
78
+
79
+ jtag3isp.name=Atmel JTAGICE3 (ISP mode)
80
+ jtag3isp.communication=usb
81
+ jtag3isp.protocol=jtag3isp
82
+ jtag3isp.program.protocol=jtag3isp
83
+ jtag3isp.program.tool=avrdude
84
+ jtag3isp.program.extra_params=
85
+
86
+ jtag3.name=Atmel JTAGICE3 (JTAG mode)
87
+ jtag3.communication=usb
88
+ jtag3.protocol=jtag3
89
+ jtag3.program.protocol=jtag3
90
+ jtag3.program.tool=avrdude
91
+ # Set a bitclock of 0.1us (the fastest supported value). This should
92
+ # work regardless of the crystal used, since JTAG doesn't use the MCU
93
+ # clock but dictates its own clock.
94
+ jtag3.program.extra_params=-B0.1
You can’t perform that action at this time.
0 commit comments