From: OpenOCD-Gerrit <ope...@us...> - 2022-10-21 18:23:42
|
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 fada2c001fcdd6b0629b64769752445b41116b83 (commit) from c4f88aeb4d1f88f908f96ba252995c5ba247b737 (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 fada2c001fcdd6b0629b64769752445b41116b83 Author: Tarek BOCHKATI <tar...@st...> Date: Wed Oct 19 14:26:28 2022 +0100 doc: fix semihosting_redirect command documentation Change-Id: I78c82a21e4160851a5c0b58394ac7897479808ff Signed-off-by: Tarek BOCHKATI <tar...@st...> Reviewed-on: https://review.openocd.org/c/openocd/+/7278 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/doc/openocd.texi b/doc/openocd.texi index 6321bf7a6..0fd2322f2 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -9498,14 +9498,14 @@ requests by using a special SVC instruction that is trapped at the Supervisor Call vector by OpenOCD. @end deffn -@deffn {Command} {arm semihosting_redirect} (@option{disable} | @option{tcp} <port> -[@option{debug}|@option{stdio}|@option{all}) +@deffn {Command} {arm semihosting_redirect} (@option{disable} | @option{tcp} <port> [@option{debug}|@option{stdio}|@option{all}]) @cindex ARM semihosting Redirect semihosting messages to a specified TCP port. This command redirects debug (READC, WRITEC and WRITE0) and stdio (READ, WRITE) semihosting operations to the specified TCP port. The command allows to select which type of operations to redirect (debug, stdio, all (default)). + Note: for stdio operations, only I/O from/to ':tt' file descriptors are redirected. @end deffn ----------------------------------------------------------------------- Summary of changes: doc/openocd.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Main OpenOCD repository |