diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2012-07-23 14:54:22 +0100 |
---|---|---|
committer | Freddie Chopin <freddie.chopin@gmail.com> | 2012-07-30 06:50:36 +0000 |
commit | 246f8492dab8c89c9b39b6c1930e469705dd6360 (patch) | |
tree | 68a0628da68cd1f9468246e5a89cb73e39774ff8 /doc | |
parent | 5e1f5f4731887288172b01754004bc8dc09d4cee (diff) | |
download | riscv-openocd-246f8492dab8c89c9b39b6c1930e469705dd6360.zip riscv-openocd-246f8492dab8c89c9b39b6c1930e469705dd6360.tar.gz riscv-openocd-246f8492dab8c89c9b39b6c1930e469705dd6360.tar.bz2 |
doc: add missing ulink v1 to supported interfaces
Change-Id: Ic497a3f9076ec1799ca715a99bc2e634bd1af40d
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/761
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 14772e1..4884375 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -467,6 +467,9 @@ The simplest solution is to get linux to ignore the ST-LINK using one of the fol @item @b{estick} @* Link: @url{http://code.google.com/p/estick-jtag/} + +@item @b{Keil ULINK v1} +@* Link: @url{http://www.keil.com/ulink1/} @end itemize @section IBM PC Parallel Printer Port Based @@ -2818,6 +2821,10 @@ Manually sets the stlink api used, valid options are 1 or 2. opendous-jtag is a freely programmable USB adapter. @end deffn +@deffn {Interface Driver} {ulink} +This is the Keil ULINK v1 JTAG debugger. +@end deffn + @deffn {Interface Driver} {ZY1000} This is the Zylin ZY1000 JTAG debugger. @end deffn |