diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2012-05-11 09:10:54 +0100 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2012-05-14 09:41:49 +0000 |
commit | 0eaa8e7db06416e3781eca58211df1280308a6c6 (patch) | |
tree | 518727f0e47b7b111c2870891ad0b0f3fa393aee /doc | |
parent | ec5e4bae251e01d2b7681e370a6c5e82a81e5962 (diff) |
jtag: add opendous and estick support
Change-Id: I49c25d226f05fdcaca6cbfc35c2ab47e8464abec
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/611
Tested-by: jenkins
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 3134afde..c32f28ea 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -461,6 +461,12 @@ The simplest solution is to get linux to ignore the ST-LINK using one of the fol @item @b{Buspirate} @* Link: @url{http://dangerousprototypes.com/bus-pirate-manual/} + +@item @b{opendous} +@* Link: @url{http://code.google.com/p/opendous-jtag/} + +@item @b{estick} +@* Link: @url{http://code.google.com/p/estick-jtag/} @end itemize @section IBM PC Parallel Printer Port Based @@ -2693,6 +2699,10 @@ Manually sets the stlink api used, valid options are 1 or 2. @end deffn @end deffn +@deffn {Interface Driver} {opendous} +opendous-jtag is a freely programmable USB adapter. +@end deffn + @deffn {Interface Driver} {ZY1000} This is the Zylin ZY1000 JTAG debugger. @end deffn |