Merge pull request #873 from MCUdude/add-arduino-programmers

Add missing USBtiny derived programmers
This commit is contained in:
Jörg Wunsch 2022-02-19 21:51:31 +01:00 committed by GitHub
commit 3efd3b2052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 10 deletions

View File

@ -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";