File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9498,14 +9498,14 @@ requests by using a special SVC instruction that is trapped at the
94989498Supervisor 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
95049503Redirect semihosting messages to a specified TCP port.
95059504
95069505This command redirects debug (READC, WRITEC and WRITE0) and stdio (READ, WRITE)
95079506semihosting operations to the specified TCP port.
95089507The command allows to select which type of operations to redirect (debug, stdio, all (default)).
9508+
95099509Note: for stdio operations, only I/O from/to ':tt' file descriptors are redirected.
95109510@end deffn
95119511
You can’t perform that action at this time.
0 commit comments