This is an automated email from Gerrit.

Liviu Ionescu ([email protected]) just uploaded a new patch set to Gerrit, which 
you can find at http://openocd.zylin.com/680

-- gerrit

commit 71b20a3390c34ddc1da88e93df019d456e695c24
Author: Liviu Ionescu <[email protected]>
Date:   Tue May 29 14:52:04 2012 +0300

    J-Link commands added.
    
    The J-Link related commands and configuration commands were added.
    (previously they were enumerated as comments).
    
    Change-Id: Ifbe230706815196aaad4e3729ed5089d5088b769
    Signed-off-by: Liviu Ionescu <[email protected]>

diff --git a/doc/openocd.texi b/doc/openocd.texi
index 91c50f1..f3f118b 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -2616,33 +2616,42 @@ This is a write-once setting.
 @end deffn
 
 @deffn {Interface Driver} {jlink}
-Segger jlink USB adapter
-@c command:    jlink caps
-@c     dumps jlink capabilities
-@c command:    jlink config
-@c     access J-Link configurationif no argument this will dump the config
-@c command:    jlink config kickstart [val]
-@c     set Kickstart power on JTAG-pin 19.
-@c command:    jlink config mac_address [ff:ff:ff:ff:ff:ff]
-@c     set the MAC Address
-@c command:    jlink config ip [A.B.C.D[/E] [F.G.H.I]]
-@c     set the ip address of the J-Link Pro, "
-@c     where A.B.C.D is the ip,
-@c     E the bit of the subnet mask
-@c     F.G.H.I the subnet mask
-@c command:    jlink config reset
-@c     reset the current config
-@c command:    jlink config save
-@c     save the current config
-@c command:    jlink config usb_address [0x00 to 0x03 or 0xff]
-@c     set the USB-Address,
-@c     This will change the product id
-@c command:    jlink info
-@c     dumps status
-@c command:    jlink hw_jtag (2|3)
-@c     sets version 2 or 3
-@c command:     jlink pid
-@c     set the pid of the interface we want to use
+Segger J-Link family of USB adapters. It currently supports only the JTAG 
transport.
+@deffn {Command} {jlink caps}
+Display the device firmware capabilities.
+@end deffn
+@deffn {Command} {jlink info}
+Display various device information, like hardware version, firmware version, 
current bus status.
+@end deffn
+@deffn {Command} {jlink hw_jtag} [@option{2}|@option{3}]
+Set the JTAG protocol version to be used. Without argument, show the actual 
JTAG protocol version.
+@end deffn
+@deffn {Command} {jlink pid} val
+Set the USB PID of the interface. It can be used only before 'init'.
+@end deffn
+@deffn {Command} {jlink config}
+Display the J-Link configuration.
+@end deffn
+@deffn {Config Command} {jlink config kickstart} [val]
+Set the Kickstart power on JTAG-pin 19. Without argument, show the Kickstart 
configuration.
+@end deffn
+@deffn {Config Command} {jlink config mac_address} [@option{ff:ff:ff:ff:ff:ff}]
+Set the MAC address of the J-Link Pro. Without argument, show the MAC address.
+@end deffn
+@deffn {Config Command} {jlink config ip} 
[@option{A.B.C.D}(@option{/E}|@option{F.G.H.I})]
+Set the IP configuration of the J-Link Pro, where A.B.C.D is the IP address,
+     E the bit of the subnet mask and
+     F.G.H.I the subnet mask. Without arguments, show the IP configuration.
+@end deffn
+@deffn {Config Command} {jlink config usb_address} [@option{0x00} to 
@option{0x03} or @option{0xff}]
+Set the USB address; this will also change the product id. Without argument, 
show the USB address.
+@end deffn
+@deffn {Config Command} {jlink config reset}
+Reset the current configuration.
+@end deffn
+@deffn {Config Command} {jlink config save}
+Save the current configuration to the internal persistent storage.
+@end deffn
 @end deffn
 
 @deffn {Interface Driver} {parport}

-- 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to