From 302b6eb05adeb858b1a70148fc7ee9cf052ee82e Mon Sep 17 00:00:00 2001 From: MCUdude Date: Sat, 1 Jan 2022 11:21:30 +0100 Subject: [PATCH] Add PicKit4 and SNAP ISP and PDI programmer options --- src/avrdude.conf.in | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index 523137fd..b6418742 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -1274,6 +1274,22 @@ programmer usbpid = 0x2177, 0x2178, 0x2179; ; +programmer + id = "pickit4_pdi"; + desc = "MPLAB(R) PICkit 4 in PDI mode"; + type = "jtagice3_pdi"; + connection_type = usb; + usbpid = 0x2177, 0x2178, 0x2179; +; + +programmer + id = "pickit4_isp"; + desc = "MPLAB(R) PICkit 4 in ISP mode"; + type = "jtagice3_isp"; + connection_type = usb; + usbpid = 0x2177, 0x2178, 0x2179; +; + programmer id = "snap_updi"; desc = "MPLAB(R) SNAP in UPDI mode"; @@ -1282,6 +1298,22 @@ programmer usbpid = 0x217F, 0x2180, 0x2181; ; +programmer + id = "snap_pdi"; + desc = "MPLAB(R) SNAP in PDI mode"; + type = "jtagice3_pdi"; + connection_type = usb; + usbpid = 0x217F, 0x2180, 0x2181; +; + +programmer + id = "snap_isp"; + desc = "MPLAB(R) SNAP in ISP mode"; + type = "jtagice3_isp"; + connection_type = usb; + usbpid = 0x217F, 0x2180, 0x2181; +; + programmer id = "pkobn_updi"; desc = "Curiosity nano (nEDBG) in UPDI mode";