Skip to content

Commit 5bf5025

Browse files
Add support for the JTAGICE3 programmer
This adds the configuration needed to support JTAGICE3.
1 parent 64895ce commit 5bf5025

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

programmers.txt

+17
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,20 @@ stk500.protocol=stk500
7575
stk500.program.protocol=stk500
7676
stk500.program.tool=avrdude
7777
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

Comments
 (0)