rtt_server: Add option for a message when client connects
This is useful when using the SEGGER RTT tooling, as the SEGGER RTT tool J-Link RTT Viewer version 7.84f requires that it receives a messages immediately after connecting. Otherwise it will give a timeout and it will not connect. Change-Id: I9240a1b6a93cd5c0fbd18292afb33b89013d78bf Signed-off-by: Thiemo van Engelen <tvanengelen@victronenergy.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7752 Tested-by: jenkins Reviewed-by: zapb <dev@zapb.de> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
acde409ba0
commit
53e67c37ab
@@ -9448,8 +9448,9 @@ Return a list of all channels and their properties as Tcl list.
|
||||
The list can be manipulated easily from within scripts.
|
||||
@end deffn
|
||||
|
||||
@deffn {Command} {rtt server start} port channel
|
||||
Start a TCP server on @var{port} for the channel @var{channel}.
|
||||
@deffn {Command} {rtt server start} port channel [message]
|
||||
Start a TCP server on @var{port} for the channel @var{channel}. When
|
||||
@var{message} is not empty, it will be sent to a client when it connects.
|
||||
@end deffn
|
||||
|
||||
@deffn {Command} {rtt server stop} port
|
||||
|
||||
Reference in New Issue
Block a user