mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 11:36:24 +00:00
Add ehajo-isp programmer (commercial version of USBtiny).
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1391 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -874,6 +874,16 @@ programmer
|
||||
usbpid = 0x0c9f;
|
||||
;
|
||||
|
||||
# commercial version of USBtiny, using a separate VID/PID
|
||||
programmer
|
||||
id = "ehajo-isp";
|
||||
desc = "avr-isp-programmer from eHaJo, http://www.eHaJo.de";
|
||||
type = "usbtiny";
|
||||
connection_type = usb;
|
||||
usbvid = 0x16D0;
|
||||
usbpid = 0x0BA5;
|
||||
;
|
||||
|
||||
programmer
|
||||
id = "butterfly";
|
||||
desc = "Atmel Butterfly Development Board";
|
||||
|
||||
Reference in New Issue
Block a user