mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-18 03:14:42 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -916,6 +916,15 @@ programmer
|
||||
usbpid = 0x0BA5;
|
||||
;
|
||||
|
||||
programmer
|
||||
id = "micronucleus";
|
||||
desc = "Micronucleus Bootloader";
|
||||
type = "micronucleus";
|
||||
connection_type = usb;
|
||||
usbvid = 0x16D0;
|
||||
usbpid = 0x0753;
|
||||
;
|
||||
|
||||
# commercial version of USBtiny, using a separate VID/PID
|
||||
programmer
|
||||
id = "iseavrprog";
|
||||
@@ -1274,6 +1283,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 +1307,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";
|
||||
|
||||
Reference in New Issue
Block a user