From 6a1236a7ac10fd025c6fe6eb09ad93cad1697879 Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Wed, 18 Apr 2012 14:06:49 -0400 Subject: [PATCH] zy1000: fixed link to Zylin ZY1000 JTAG Probe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch fixes the link to the Zylin ZY1000 JTAG Probe webpage. The ZY1000 product line was acquired by Ultimate Solutions, Inc. in May 2011. Change-Id: If68cd45a0c47aa20b2e4bb62939b2c505c8c8c2e Signed-off-by: Bill Traynor Signed-off-by: Øyvind Harboe Reviewed-on: http://openocd.zylin.com/571 Tested-by: jenkins Reviewed-by: Peter Stuge Reviewed-by: Spencer Oliver --- doc/openocd.texi | 2 +- src/jtag/zy1000/zy1000.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/openocd.texi b/doc/openocd.texi index 55fbf4ff38..f4231eb22c 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -309,7 +309,7 @@ RTCK support? Also known as ``adaptive clocking'' @section Stand alone Systems -@b{ZY1000} See: @url{http://www.zylin.com/zy1000.html} Technically, not a +@b{ZY1000} See: @url{http://www.ultsol.com/index.php/component/content/article/8/33-zylin-zy1000-jtag-probe} Technically, not a dongle, but a standalone box. The ZY1000 has the advantage that it does not require any drivers installed on the developer PC. It also has a built in web interface. It supports RTCK/RCLK or adaptive clocking diff --git a/src/jtag/zy1000/zy1000.c b/src/jtag/zy1000/zy1000.c index 027049d84b..e246870de2 100644 --- a/src/jtag/zy1000/zy1000.c +++ b/src/jtag/zy1000/zy1000.c @@ -17,7 +17,9 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -/* This file supports the zy1000 debugger: http://www.zylin.com/zy1000.html +/* This file supports the zy1000 debugger: + * + * http://www.ultsol.com/index.php/component/content/article/8/33-zylin-zy1000-jtag-probe * * The zy1000 is a standalone debugger that has a web interface and * requires no drivers on the developer host as all communication -- 2.30.2