bug #37977 Support for Openmoko Debug Board

* avrdude.conf.in: added openmoko entry

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1135 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Rene Liebscher 2013-01-30 16:46:31 +00:00
parent 6351fa6b0a
commit 2b25eba671
3 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-01-30 Rene Liebscher <R.Liebscher@gmx.de>
bug #37977 Support for Openmoko Debug Board
* avrdude.conf.in: added openmoko entry
2013-01-29 Rene Liebscher <R.Liebscher@gmx.de>
patch #7932 Read USBtiny VID and PID from avrdude.conf if provided.

1
NEWS
View File

@ -22,6 +22,7 @@ Current:
+ o-link (patch #7672 adding support for O-Link (FTDI based
JTAG) as programmer)
+ 4232h (patch #7715 FT4232H support)
+ openmoko (bug #37977 Support for Openmoko Debug Board)
- usbasp
+ nibobee (previously specified as '-c usbasp -P nibobee)

View File

@ -481,6 +481,23 @@ programmer parent "jtagkey"
usbproduct = "USB<=>JTAG&RS232";
;
# http://wiki.openmoko.org/wiki/Debug_Board_v3
programmer
id = "openmoko";
desc = "Openmoko debug board (v3)";
type = "avrftdi";
usbvid = 0x1457;
usbpid = 0x5118;
usbdev = "A";
usbvendor = "";
usbproduct = "";
usbsn = "";
reset = 4; # TMS 7
sck = 1; # TCK 9
mosi = 2; # TDI 5
miso = 3; # TDO 13
;
# Only Rev. A boards.
# Schematic and user manual: http://www.cs.put.poznan.pl/wswitala/download/pdf/811EVBK.pdf
programmer