]> git.sur5r.net Git - openocd/commitdiff
target/arm_adi_v5: add command "dpreg"
authorAntonio Borneo <borneo.antonio@gmail.com>
Tue, 22 May 2018 22:55:03 +0000 (00:55 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Wed, 1 Aug 2018 13:32:53 +0000 (14:32 +0100)
For very low level debug or development around DAP, it is useful
to have direct access to DP registers.

Add command "dpreg" by mimic the syntax of the existing "apreg"
command:
$dap_name dpreg reg [value]

Change-Id: Ic4ab451eb5e74453133adee61050b4c6f656ffa3
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/4612
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>

No differences found