From 6975baa88be60505e60d1bc76176b2344e966c3f Mon Sep 17 00:00:00 2001 From: Tomas Vanek Date: Mon, 19 May 2025 16:00:52 +0200 Subject: [PATCH] doc: list target unavailable state Fixes: 8911: target: Add TARGET_UNAVAILABLE state | https://review.openocd.org/c/openocd/+/8911 Change-Id: I6d152aea5bb449f79fd0f829252442b8b9f8ed9c Signed-off-by: Tomas Vanek Reviewed-on: https://review.openocd.org/c/openocd/+/8923 Tested-by: jenkins Reviewed-by: Antonio Borneo --- doc/openocd.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/openocd.texi b/doc/openocd.texi index ca357c780..27ed46b92 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5439,7 +5439,8 @@ Displays the current target state: @code{debug-running}, @code{halted}, @code{reset}, -@code{running}, or @code{unknown}. +@code{running}, +@code{unavailable} or @code{unknown}. (Also, @pxref{eventpolling,,Event Polling}.) @end deffn