diff options
author | duane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-12-27 02:56:55 +0000 |
---|---|---|
committer | duane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-12-27 02:56:55 +0000 |
commit | 21eff7095c50bcdc74000e6cda0c76aa3d16b854 (patch) | |
tree | b23c507404fde60339a06203cab910b183248e60 /doc | |
parent | 9b2e467545c9eb6e52036cd8ef546b6f799be33c (diff) | |
download | openocd+libswd-21eff7095c50bcdc74000e6cda0c76aa3d16b854.tar.gz openocd+libswd-21eff7095c50bcdc74000e6cda0c76aa3d16b854.tar.bz2 openocd+libswd-21eff7095c50bcdc74000e6cda0c76aa3d16b854.tar.xz openocd+libswd-21eff7095c50bcdc74000e6cda0c76aa3d16b854.zip |
Added dongle VSLLINK - from Simon Qian
git-svn-id: svn://svn.berlios.de/openocd/trunk@1280 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index fdbed6b5..70e8c93c 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -222,6 +222,8 @@ should be included: @item @option{--enable-jlink} - From SEGGER @item +@option{--enable-vsllink} +@item @option{--enable-rlink} - Raisonance.com dongle. @end itemize @@ -395,6 +397,9 @@ Raisonance has an adapter called @b{RLink}. It exists in a stripped-down form o @item @b{USB - Presto} @* Link: @url{http://tools.asix.net/prg_presto.htm} + +@item @b{Versaloon-Link} +@* Link: @url{http://www.simonqian.com/en/Versaloon} @end itemize @section IBM PC Parallel Printer Port Based @@ -1140,6 +1145,9 @@ libusb. @item @b{rlink} @* Raisonance RLink usb adapter + +@item @b{vsllink} +@* vsllink is part of Versaloon which is a versatile USB programmer. @comment - End parameters @end itemize @comment - End Interface |