mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-13 17:34:56 +00:00
Add jtag2updi programmer
This commit is contained in:
@@ -1647,6 +1647,17 @@ programmer
|
|||||||
miso = ~8;
|
miso = ~8;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# JTAG2UPDI
|
||||||
|
# https://github.com/ElTangas/jtag2updi
|
||||||
|
|
||||||
|
programmer
|
||||||
|
id = "jtag2updi";
|
||||||
|
desc = "JTAGv2 to UPDI bridge";
|
||||||
|
type = "jtagmkii_pdi";
|
||||||
|
connection_type = serial;
|
||||||
|
baudrate = 115200;
|
||||||
|
;
|
||||||
|
|
||||||
#
|
#
|
||||||
# PART DEFINITIONS
|
# PART DEFINITIONS
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user