From 918e01d93db11bc83468d15348321973be8e3472 Mon Sep 17 00:00:00 2001 From: Jan Egil Ruud Date: Tue, 20 Dec 2022 12:02:42 +0100 Subject: [PATCH] #1052 Remove AVR32JTAG support for PICkit4 and Snap. --- src/avrdude.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index 031b14f4..ccc5f271 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -2310,7 +2310,7 @@ programmer id = "pickit4"; desc = "MPLAB(R) PICkit 4 in JTAG mode"; type = "jtagice3"; - prog_modes = PM_JTAG | PM_XMEGAJTAG | PM_AVR32JTAG; + prog_modes = PM_JTAG | PM_XMEGAJTAG; connection_type = usb; usbpid = 0x2177, 0x2178, 0x2179; ; @@ -2376,7 +2376,7 @@ programmer id = "snap"; desc = "MPLAB(R) Snap in JTAG mode"; type = "jtagice3"; - prog_modes = PM_JTAG | PM_XMEGAJTAG | PM_AVR32JTAG; + prog_modes = PM_JTAG | PM_XMEGAJTAG; connection_type = usb; usbpid = 0x2180, 0x217f, 0x2181; ;