Skip to content

Commit 521c079

Browse files
committed
Add jtag2updi programmer
1 parent df162f6 commit 521c079

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

avrdude.conf.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,6 +1604,17 @@ programmer
16041604
miso = ~8;
16051605
;
16061606

1607+
# JTAG to UPDI bridge
1608+
1609+
programmer
1610+
id = "jtag2updi";
1611+
desc = "JTAGv2 to UPDI bridge";
1612+
type = "jtagmkii_pdi";
1613+
connection_type = serial;
1614+
baudrate = 115200;
1615+
;
1616+
1617+
16071618
#
16081619
# PART DEFINITIONS
16091620
#
@@ -16114,3 +16125,4 @@ part parent ".avr8x_mega"
1611416125
readsize = 0x100;
1611516126
;
1611616127
;
16128+

0 commit comments

Comments
 (0)