|
From: OpenOCD-Gerrit <ope...@us...> - 2022-10-21 18:07:54
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 28ad1a14546ef6eb4a77c11a977d785e50e1f51a (commit)
from f0a9b66d13766dec86d1a614a88899b27fd43645 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 28ad1a14546ef6eb4a77c11a977d785e50e1f51a
Author: Antonio Borneo <bor...@gm...>
Date: Mon Oct 17 00:08:52 2022 +0200
doc: fix espusbjtag commands type
Exec commands should be reported as {Command}.
Change-Id: Iacb50d77b354617ecd24b0f1c2ec24e240179698
Signed-off-by: Antonio Borneo <bor...@gm...>
Reviewed-on: https://review.openocd.org/c/openocd/+/7267
Tested-by: jenkins
Reviewed-by: Erhan Kurubas <erh...@es...>
diff --git a/doc/openocd.texi b/doc/openocd.texi
index b603a4679..1768e455d 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -3504,11 +3504,11 @@ Espressif JTAG driver to communicate with ESP32-C3, ESP32-S3 chips and ESP USB B
These chips have built-in JTAG circuitry and can be debugged without any additional hardware.
Only an USB cable connected to the D+/D- pins is necessary.
-@deffn {Config Command} {espusbjtag tdo}
+@deffn {Command} {espusbjtag tdo}
Returns the current state of the TDO line
@end deffn
-@deffn {Config Command} {espusbjtag setio} setio
+@deffn {Command} {espusbjtag setio} setio
Manually set the status of the output lines with the order of (tdi tms tck trst srst)
@example
espusbjtag setio 0 1 0 1 0
-----------------------------------------------------------------------
Summary of changes:
doc/openocd.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|