We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64895ce commit 5bf5025Copy full SHA for 5bf5025
programmers.txt
@@ -75,3 +75,20 @@ stk500.protocol=stk500
75
stk500.program.protocol=stk500
76
stk500.program.tool=avrdude
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
0 commit comments