diff options
author | duane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-08 15:14:18 +0000 |
---|---|---|
committer | duane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-03-08 15:14:18 +0000 |
commit | e211e4c6d2a3a59b914638506f7829ed763f251f (patch) | |
tree | c9bc8051f9a811e5acea241b0977390cd4221c25 /doc | |
parent | 0a85c3426b4260ef0156b61dd1c3245dad293fd8 (diff) | |
download | openocd+libswd-e211e4c6d2a3a59b914638506f7829ed763f251f.tar.gz openocd+libswd-e211e4c6d2a3a59b914638506f7829ed763f251f.tar.bz2 openocd+libswd-e211e4c6d2a3a59b914638506f7829ed763f251f.tar.xz openocd+libswd-e211e4c6d2a3a59b914638506f7829ed763f251f.zip |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index e1c0984d..e39fdf63 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -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 |