Skip to content

Commit 28ad1a1

Browse files
committed
doc: fix espusbjtag commands type
Exec commands should be reported as {Command}. Change-Id: Iacb50d77b354617ecd24b0f1c2ec24e240179698 Signed-off-by: Antonio Borneo <[email protected]> Reviewed-on: https://review.openocd.org/c/openocd/+/7267 Tested-by: jenkins Reviewed-by: Erhan Kurubas <[email protected]>
1 parent f0a9b66 commit 28ad1a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/openocd.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3504,11 +3504,11 @@ Espressif JTAG driver to communicate with ESP32-C3, ESP32-S3 chips and ESP USB B
35043504
These chips have built-in JTAG circuitry and can be debugged without any additional hardware.
35053505
Only an USB cable connected to the D+/D- pins is necessary.
35063506

3507-
@deffn {Config Command} {espusbjtag tdo}
3507+
@deffn {Command} {espusbjtag tdo}
35083508
Returns the current state of the TDO line
35093509
@end deffn
35103510

3511-
@deffn {Config Command} {espusbjtag setio} setio
3511+
@deffn {Command} {espusbjtag setio} setio
35123512
Manually set the status of the output lines with the order of (tdi tms tck trst srst)
35133513
@example
35143514
espusbjtag setio 0 1 0 1 0

0 commit comments

Comments
 (0)