This is an automated email from Gerrit. Marc Schink ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3401
-- gerrit commit c2b5de98d13d0e338a941c15603b2046d62385a3 Author: Marc Schink <[email protected]> Date: Fri Apr 8 10:57:11 2016 +0200 interface/jlink: Fix comment about serial number Leading zeros for the serial number are not necessary anymore. Signed-off-by: Marc Schink <[email protected]> Change-Id: Ie4ff47b9cda7ccf314c6fda9a2784947db5ee4d9 diff --git a/tcl/interface/jlink.cfg b/tcl/interface/jlink.cfg index 3d83362..a4f9ddd 100644 --- a/tcl/interface/jlink.cfg +++ b/tcl/interface/jlink.cfg @@ -1,19 +1,14 @@ # -# Segger J-Link +# SEGGER J-Link # # http://www.segger.com/jlink.html # interface jlink - -# The serial number can be used to select a specific interface in case more than one -# is connected to the host. -# -# Segger software omits leading zeros in serial number displays, -# OpenOCD requires them. +# The serial number can be used to select a specific device in case more than +# one is connected to the host. # -# Example: Select J-Link with serial 123456789 +# Example: Select J-Link with serial number 123456789 # -# jlink serial 000123456789 - +# jlink serial 123456789 -- ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/ gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
