Merge pull request #873 from MCUdude/add-arduino-programmers
Add missing USBtiny derived programmers
This commit is contained in:
commit
3efd3b2052
|
@ -886,6 +886,24 @@ programmer
|
|||
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
|
||||
programmer
|
||||
id = "ehajo-isp";
|
||||
|
@ -896,6 +914,16 @@ programmer
|
|||
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
|
||||
id = "micronucleus";
|
||||
desc = "Micronucleus Bootloader";
|
||||
|
@ -914,16 +942,6 @@ programmer
|
|||
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
|
||||
id = "butterfly";
|
||||
desc = "Atmel Butterfly Development Board";
|
||||
|
|
Loading…
Reference in New Issue