This is an automated email from Gerrit. Tomas Vanek ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/6136
-- gerrit commit 5d9ac73c93798599de8c681a6db836a0d5090f40 Author: Tomas Vanek <[email protected]> Date: Mon Apr 5 08:44:39 2021 +0200 target/arm_adi_v5: add JTAG_TO_DORMANT sequence Change-Id: Ie9e32e42a84cf88bf779e691a67c114eef1bb457 Signed-off-by: Tomas Vanek <[email protected]> diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h index 8edfaa8..047606c 100644 --- a/src/target/arm_adi_v5.h +++ b/src/target/arm_adi_v5.h @@ -162,6 +162,7 @@ enum swd_special_seq { LINE_RESET, JTAG_TO_SWD, + JTAG_TO_DORMANT, SWD_TO_JTAG, SWD_TO_DORMANT, DORMANT_TO_SWD, --
