diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2021-11-18 11:30:08 +0100 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2021-11-23 11:06:49 +0000 |
commit | 563a5f5d7837ebfa9421885f56380d34e11822c4 (patch) | |
tree | c6c037e60e95ba86774cde402c50bd116c537457 /doc | |
parent | cb97a4e82171dcf81fce8d012554b99344787836 (diff) | |
download | riscv-openocd-563a5f5d7837ebfa9421885f56380d34e11822c4.zip riscv-openocd-563a5f5d7837ebfa9421885f56380d34e11822c4.tar.gz riscv-openocd-563a5f5d7837ebfa9421885f56380d34e11822c4.tar.bz2 |
doc: remove non-existing command swd wcr
The commands has been dropped in commit 150b7d26f213 ("arm_adi_v5:
Update DP (Debug Port) registers defined in ADIv5.2.") but the
documentation still keeps it.
Remove it!
Change-Id: I4e88f481d943f064d919f8065562052244122bf0
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Fixes: 150b7d26f213 ("arm_adi_v5: Update DP (Debug Port) registers defined in ADIv5.2.")
Reviewed-on: https://review.openocd.org/c/openocd/+/6722
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 40a3f27..33e1c0d 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3471,11 +3471,6 @@ Declares a single DAP which uses SWD transport. Parameters are currently the same as "jtag newtap" but this is expected to change. @end deffn -@deffn {Command} {swd wcr trn prescale} -Updates TRN (turnaround delay) and prescaling.fields of the -Wire Control Register (WCR). -No parameters: displays current settings. -@end deffn @subsection SPI Transport @cindex SPI |