This is an automated email from Gerrit. "Antonio Borneo <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9607
-- gerrit commit 01c24b4c65440bd183af4b3c88f3504f018e9785 Author: Antonio Borneo <[email protected]> Date: Fri May 1 21:48:34 2026 +0200 adapters/xvc: doc: point to xvc-gpiod project The project xvc-gpiod can be used to test the xvc driver. Add the link to the documentation. Change-Id: I4e303d17d0702b1b0532f8818a9f560ddf7641ff Signed-off-by: Antonio Borneo <[email protected]> diff --git a/doc/openocd.texi b/doc/openocd.texi index 51949af08d..910c69d681 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3924,6 +3924,10 @@ This implementation is XVC protocol 1.0/1.1 compatible. However, 'mrd' and 'mwr' extensions introduced in version 1.1 are not supported. Refer to: @url{https://github.com/Xilinx/XilinxVirtualCable} for protocol specification. +An implementation of XVC server to gpiod is available in +@url{https://pypi.org/project/xvc-gpiod} +and is suitable for testing this driver. + Example configuration: @example --
