From: OpenOCD-Gerrit <ope...@us...> - 2021-11-20 14:29:22
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 0432ac83997c2e3aef18ab545be35a28ec6d8c11 (commit) from caa16981364d747c1c71edaf156e8a4faa83b02b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0432ac83997c2e3aef18ab545be35a28ec6d8c11 Author: Antonio Borneo <bor...@gm...> Date: Thu Nov 11 16:39:39 2021 +0100 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 <bor...@gm...> Reviewed-on: https://review.openocd.org/c/openocd/+/6689 Reviewed-by: Tomas Vanek <va...@fb...> 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, }; /** ----------------------------------------------------------------------- Summary of changes: src/target/arm_adi_v5.h | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- Main OpenOCD repository |