#822 Added TPI support for JTAGICE3.

This commit is contained in:
Jan Egil Ruud 2022-11-30 23:39:37 +01:00
parent 95160e8801
commit b52bd393de
1 changed files with 13 additions and 0 deletions

View File

@ -2031,6 +2031,19 @@ programmer
usbpid = 0x2110, 0x2140;
;
#------------------------------------------------------------
# jtag3tpi
#------------------------------------------------------------
programmer
id = "jtag3tpi";
desc = "Atmel AVR JTAGICE3 in TPI mode";
type = "jtagice3_tpi";
prog_modes = PM_TPI;
connection_type = usb;
usbpid = 0x2110, 0x2140;
;
#------------------------------------------------------------
# xplainedpro
#------------------------------------------------------------