From 0432ac83997c2e3aef18ab545be35a28ec6d8c11 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Thu, 11 Nov 2021 16:39:39 +0100 Subject: [PATCH] arm_adi_v5: add missing enum DORMANT_TO_JTAG Add the value DORMANT_TO_JTAG in the enum listing the SWJ-DP switching sequences. The corresponding bit-sequence is already available. Change-Id: I6f1ffd29a8f5729ec70ce0303248bc251409d37d Signed-off-by: Antonio Borneo Reviewed-on: https://review.openocd.org/c/openocd/+/6689 Reviewed-by: Tomas Vanek Tested-by: jenkins --- src/target/arm_adi_v5.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h index 0e1b95f50..fa0a78a7e 100644 --- a/src/target/arm_adi_v5.h +++ b/src/target/arm_adi_v5.h @@ -191,6 +191,7 @@ enum swd_special_seq { SWD_TO_JTAG, SWD_TO_DORMANT, DORMANT_TO_SWD, + DORMANT_TO_JTAG, }; /**