]> git.gag.com Git - fw/openocd/commitdiff
arm_adi_v5: add missing enum DORMANT_TO_JTAG
authorAntonio Borneo <borneo.antonio@gmail.com>
Thu, 11 Nov 2021 15:39:39 +0000 (16:39 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 20 Nov 2021 14:27:52 +0000 (14:27 +0000)
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
src/target/arm_adi_v5.h

index 0e1b95f50a4a443c607d0f4113efab7070ed53ce..fa0a78a7e7227d3d92abe809d25121b4c9698865 100644 (file)
@@ -191,6 +191,7 @@ enum swd_special_seq {
        SWD_TO_JTAG,
        SWD_TO_DORMANT,
        DORMANT_TO_SWD,
+       DORMANT_TO_JTAG,
 };
 
 /**