Add missing USBtiny derived programmers
ArduinoISP and the Arduino.org ISP are commercial versions of the USBtiny programmer with different USB VIDs/PIDs
This commit is contained in:
parent
09fe08e51c
commit
f2bdcbe977
|
@ -886,6 +886,24 @@ programmer
|
||||||
usbpid = 0x0c9f;
|
usbpid = 0x0c9f;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
programmer
|
||||||
|
id = "arduinoisp";
|
||||||
|
desc = "Arduino ISP Programmer";
|
||||||
|
type = "usbtiny";
|
||||||
|
connection_type = usb;
|
||||||
|
usbvid = 0x2341;
|
||||||
|
usbpid = 0x0049;
|
||||||
|
;
|
||||||
|
|
||||||
|
programmer
|
||||||
|
id = "arduinoisporg";
|
||||||
|
desc = "Arduino ISP Programmer";
|
||||||
|
type = "usbtiny";
|
||||||
|
connection_type = usb;
|
||||||
|
usbvid = 0x2A03;
|
||||||
|
usbpid = 0x0049;
|
||||||
|
;
|
||||||
|
|
||||||
# commercial version of USBtiny, using a separate VID/PID
|
# commercial version of USBtiny, using a separate VID/PID
|
||||||
programmer
|
programmer
|
||||||
id = "ehajo-isp";
|
id = "ehajo-isp";
|
||||||
|
@ -896,6 +914,16 @@ programmer
|
||||||
usbpid = 0x0BA5;
|
usbpid = 0x0BA5;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# commercial version of USBtiny, using a separate VID/PID
|
||||||
|
programmer
|
||||||
|
id = "iseavrprog";
|
||||||
|
desc = "USBtiny-based USB programmer, https://github.com/IowaScaledEngineering/ckt-avrprogrammer";
|
||||||
|
type = "usbtiny";
|
||||||
|
connection_type = usb;
|
||||||
|
usbvid = 0x1209;
|
||||||
|
usbpid = 0x6570;
|
||||||
|
;
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "micronucleus";
|
id = "micronucleus";
|
||||||
desc = "Micronucleus Bootloader";
|
desc = "Micronucleus Bootloader";
|
||||||
|
@ -914,16 +942,6 @@ programmer
|
||||||
usbpid = 0x0478;
|
usbpid = 0x0478;
|
||||||
;
|
;
|
||||||
|
|
||||||
# commercial version of USBtiny, using a separate VID/PID
|
|
||||||
programmer
|
|
||||||
id = "iseavrprog";
|
|
||||||
desc = "USBtiny-based USB programmer, https://github.com/IowaScaledEngineering/ckt-avrprogrammer";
|
|
||||||
type = "usbtiny";
|
|
||||||
connection_type = usb;
|
|
||||||
usbvid = 0x1209;
|
|
||||||
usbpid = 0x6570;
|
|
||||||
;
|
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "butterfly";
|
id = "butterfly";
|
||||||
desc = "Atmel Butterfly Development Board";
|
desc = "Atmel Butterfly Development Board";
|
||||||
|
|
Loading…
Reference in New Issue