mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-15 18:21:07 +00:00
#1052 Remove AVR32JTAG support for PICkit4 and Snap.
This commit is contained in:
@@ -2310,7 +2310,7 @@ programmer
|
|||||||
id = "pickit4";
|
id = "pickit4";
|
||||||
desc = "MPLAB(R) PICkit 4 in JTAG mode";
|
desc = "MPLAB(R) PICkit 4 in JTAG mode";
|
||||||
type = "jtagice3";
|
type = "jtagice3";
|
||||||
prog_modes = PM_JTAG | PM_XMEGAJTAG | PM_AVR32JTAG;
|
prog_modes = PM_JTAG | PM_XMEGAJTAG;
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
usbpid = 0x2177, 0x2178, 0x2179;
|
usbpid = 0x2177, 0x2178, 0x2179;
|
||||||
;
|
;
|
||||||
@@ -2376,7 +2376,7 @@ programmer
|
|||||||
id = "snap";
|
id = "snap";
|
||||||
desc = "MPLAB(R) Snap in JTAG mode";
|
desc = "MPLAB(R) Snap in JTAG mode";
|
||||||
type = "jtagice3";
|
type = "jtagice3";
|
||||||
prog_modes = PM_JTAG | PM_XMEGAJTAG | PM_AVR32JTAG;
|
prog_modes = PM_JTAG | PM_XMEGAJTAG;
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
usbpid = 0x2180, 0x217f, 0x2181;
|
usbpid = 0x2180, 0x217f, 0x2181;
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user