From 86ce06c189abc552d6be12389dbd5cb5bef29459 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 9 May 2016 22:05:59 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ NEWS | 2 ++ avrdude.conf.in | 10 ++++++++++ 3 files changed, 17 insertions(+) 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";