Merge pull request #1138 from MCUdude/pic-detect-mode-cherry

Detect PICkit4 and SNAP in PIC mode
This commit is contained in:
Stefan Rueger
2022-10-23 21:57:26 +01:00
committed by GitHub
4 changed files with 162 additions and 151 deletions

View File

@@ -2280,7 +2280,7 @@ programmer
type = "jtagice3_updi";
prog_modes = PM_UPDI;
connection_type = usb;
usbpid = 0x217f, 0x2180, 0x2181;
usbpid = 0x2180, 0x217f, 0x2181;
hvupdi_support = 1;
;
@@ -2294,7 +2294,7 @@ programmer
type = "jtagice3_pdi";
prog_modes = PM_PDI;
connection_type = usb;
usbpid = 0x217f, 0x2180, 0x2181;
usbpid = 0x2180, 0x217f, 0x2181;
;
#------------------------------------------------------------
@@ -2307,7 +2307,7 @@ programmer
type = "jtagice3_isp";
prog_modes = PM_ISP;
connection_type = usb;
usbpid = 0x217f, 0x2180, 0x2181;
usbpid = 0x2180, 0x217f, 0x2181;
;
#------------------------------------------------------------