diff --git a/ChangeLog b/ChangeLog index 3539313e..975f5231 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-05-10 Joerg Wunsch + + Submitted by Hannes Jochriem: + * avrdude.conf.in (ehajo-isp): New programmer. + 2016-04-20 Joerg Wunsch * configure.ac (libftdi1): Rather than hardcoding the library diff --git a/NEWS b/NEWS index 532643f2..ced93cd3 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ Current: * New programmers supported: + - ehajo-isp (commercial version of USBtiny) + * Bugfixes: bug #47550: Linux GPIO broken diff --git a/avrdude.conf.in b/avrdude.conf.in index bebf599e..b247e522 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.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";