aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2021-11-11 16:39:39 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2021-11-20 14:27:52 +0000
commit0432ac83997c2e3aef18ab545be35a28ec6d8c11 (patch)
tree89f1a4df9a2d2a2484d327c795498c70836f306b
parentcaa16981364d747c1c71edaf156e8a4faa83b02b (diff)
downloadriscv-openocd-0432ac83997c2e3aef18ab545be35a28ec6d8c11.zip
riscv-openocd-0432ac83997c2e3aef18ab545be35a28ec6d8c11.tar.gz
riscv-openocd-0432ac83997c2e3aef18ab545be35a28ec6d8c11.tar.bz2
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 <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/6689 Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Tested-by: jenkins
-rw-r--r--src/target/arm_adi_v5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h
index 0e1b95f..fa0a78a 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,
};
/**