From: Antonio Borneo Date: Thu, 11 Nov 2021 15:39:39 +0000 (+0100) Subject: arm_adi_v5: add missing enum DORMANT_TO_JTAG X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0432ac83997c2e3aef18ab545be35a28ec6d8c11;p=fw%2Fopenocd 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 --- 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, }; /**