From: OpenOCD-Gerrit <ope...@us...> - 2021-11-23 11:07:14
|
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 55159ea2e523989a8edcc930a4f01192131bb9d4 (commit) via 563a5f5d7837ebfa9421885f56380d34e11822c4 (commit) from cb97a4e82171dcf81fce8d012554b99344787836 (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 55159ea2e523989a8edcc930a4f01192131bb9d4 Author: Antonio Borneo <bor...@gm...> Date: Thu Nov 18 11:45:15 2021 +0100 doc: remove non-existing command readgroup The documentation included it in commit 4e79b48e2c7e ("Add new target type: OpenRISC"), but the command was never added. Remove it! Change-Id: Ice5fa1ee4086b5f5ceb942c3ce68bc9bbd75d19b Signed-off-by: Antonio Borneo <bor...@gm...> Fixes: 4e79b48e2c7e ("Add new target type: OpenRISC") Reviewed-on: https://review.openocd.org/c/openocd/+/6723 Tested-by: jenkins Reviewed-by: Tomas Vanek <va...@fb...> diff --git a/doc/openocd.texi b/doc/openocd.texi index 33e1c0d99..9ff2e2e52 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -10139,14 +10139,6 @@ included in the generated target descriptor file. addreg rtest 0x1234 org.gnu.gdb.or1k.group0 system @end example - -@end deffn -@deffn {Command} {readgroup} (@option{group}) -Display all registers in @emph{group}. - -@emph{group} can be "system", - "dmmu", "immu", "dcache", "icache", "mac", "debug", "perf", "power", "pic", - "timer" or any new group created with addreg command. @end deffn @section RISC-V Architecture commit 563a5f5d7837ebfa9421885f56380d34e11822c4 Author: Antonio Borneo <bor...@gm...> Date: Thu Nov 18 11:30:08 2021 +0100 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 <bor...@gm...> 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 <va...@fb...> diff --git a/doc/openocd.texi b/doc/openocd.texi index 40a3f2791..33e1c0d99 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 ----------------------------------------------------------------------- Summary of changes: doc/openocd.texi | 13 ------------- 1 file changed, 13 deletions(-) hooks/post-receive -- Main OpenOCD repository |