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:
Joerg Wunsch 2016-05-09 22:05:59 +00:00
parent b5b37c30f2
commit 86ce06c189
3 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2016-05-10 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
Submitted by Hannes Jochriem:
* avrdude.conf.in (ehajo-isp): New programmer.
2016-04-20 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
* configure.ac (libftdi1): Rather than hardcoding the library

2
NEWS
View File

@ -17,6 +17,8 @@ Current:
* New programmers supported:
- ehajo-isp (commercial version of USBtiny)
* Bugfixes:
bug #47550: Linux GPIO broken

View File

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