This is an automated email from Gerrit. "Tormod Volden <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9200
-- gerrit commit c082bd30c5823fe1a24de9d1e96a9ddba9e152be Author: Tormod Volden <[email protected]> Date: Sun Nov 2 21:23:17 2025 +0100 rtt: Document new start retry interval setting Add a section describing the rtt start_retry_interval command. Change-Id: Id2ee87434f1471e988f95fe82e286d3c742f2b2f Signed-off-by: Tormod Volden <[email protected]> diff --git a/doc/openocd.texi b/doc/openocd.texi index 9540e69f3f..6122d6d90e 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -9979,6 +9979,13 @@ The polling interval determines (in milliseconds) how often the up-channels are checked for new data. @end deffn +@deffn {Command} {rtt start_retry_interval} [interval] +Display the start retry interval. +If @var{interval} is provided, set the start retry interval. +The start retry interval determines (in milliseconds) how often the control +block search should be retried. The default value of 0 disables retries. +@end deffn + @deffn {Command} {rtt channels} Display a list of all channels and their properties. @end deffn --
