mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
#822 Added TPI support for JTAGICE3.
This commit is contained in:
@@ -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
|
||||
#------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user