Skip to content

Commit fada2c0

Browse files
tarek-bochkatiborneoa
authored andcommitted
doc: fix semihosting_redirect command documentation
Change-Id: I78c82a21e4160851a5c0b58394ac7897479808ff Signed-off-by: Tarek BOCHKATI <[email protected]> Reviewed-on: https://review.openocd.org/c/openocd/+/7278 Tested-by: jenkins Reviewed-by: Antonio Borneo <[email protected]>
1 parent c4f88ae commit fada2c0

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
@@ -9498,14 +9498,14 @@ requests by using a special SVC instruction that is trapped at the
94989498
Supervisor Call vector by OpenOCD.
94999499
@end deffn
95009500

9501-
@deffn {Command} {arm semihosting_redirect} (@option{disable} | @option{tcp} <port>
9502-
[@option{debug}|@option{stdio}|@option{all})
9501+
@deffn {Command} {arm semihosting_redirect} (@option{disable} | @option{tcp} <port> [@option{debug}|@option{stdio}|@option{all}])
95039502
@cindex ARM semihosting
95049503
Redirect semihosting messages to a specified TCP port.
95059504

95069505
This command redirects debug (READC, WRITEC and WRITE0) and stdio (READ, WRITE)
95079506
semihosting operations to the specified TCP port.
95089507
The command allows to select which type of operations to redirect (debug, stdio, all (default)).
9508+
95099509
Note: for stdio operations, only I/O from/to ':tt' file descriptors are redirected.
95109510
@end deffn
95119511

0 commit comments

Comments
 (0)