Patch from Dimitar Dimitrov adding support for Olimex ARM-JTAG-EW

git-svn-id: svn://svn.berlios.de/openocd/trunk@1402 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
duane
2009-03-08 15:14:18 +00:00
parent 0a85c3426b
commit e211e4c6d2
7 changed files with 945 additions and 1 deletions

View File

@@ -265,6 +265,8 @@ should be included:
@option{--enable-vsllink}
@item
@option{--enable-rlink} - Raisonance.com dongle.
@item
@option{--enable-arm-jtag-ew} - Olimex ARM-JTAG-EW dongle.
@end itemize
@section Parallel Port Dongles
@@ -445,6 +447,9 @@ Raisonance has an adapter called @b{RLink}. It exists in a stripped-down form o
@item @b{Versaloon-Link}
@* Link: @url{http://www.simonqian.com/en/Versaloon}
@item @b{ARM-JTAG-EW}
@* Link: @url{http://www.olimex.com/dev/arm-jtag-ew.html}
@end itemize
@section IBM PC Parallel Printer Port Based
@@ -1144,6 +1149,10 @@ parport_port 0xc8b8
parport_cable wiggler
jtag_speed 0
@end verbatim
@b{ARM-JTAG-EW}
@verbatim
interface arm-jtag-ew
@end verbatim
@section Interface Conmmand
The interface command tells OpenOCD what type of jtag dongle you are
@@ -1192,6 +1201,9 @@ libusb.
@item @b{vsllink}
@* vsllink is part of Versaloon which is a versatile USB programmer.
@item @b{arm-jtag-ew}
@* Olimex ARM-JTAG-EW usb adapter
@comment - End parameters
@end itemize
@comment - End Interface