This is an automated email from Gerrit. "Tomas Vanek <van...@fbl.cz>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7537
-- gerrit commit 64164ba9c5542c85f0659f8cbf94efc8be73f210 Author: Tomas Vanek <van...@fbl.cz> Date: Tue Mar 14 19:43:21 2023 +0100 target/adi_v5_swd: update comment about SWD capability The multidrop SWD is also supported. Change-Id: I9fefc54fc9d40a75194285cd6e0f10c5c347d9b6 Signed-off-by: Tomas Vanek <van...@fbl.cz> diff --git a/src/target/adi_v5_swd.c b/src/target/adi_v5_swd.c index aea730d4d1..653f91f130 100644 --- a/src/target/adi_v5_swd.c +++ b/src/target/adi_v5_swd.c @@ -13,7 +13,7 @@ * is a transport level interface, with "target/arm_adi_v5.[hc]" code * understanding operation semantics, shared with the JTAG transport. * - * Single-DAP support only. + * Single DAP and multidrop-SWD support. * * for details, see "ARM IHI 0031A" * ARM Debug Interface v5 Architecture Specification --