aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2018-11-30 11:02:53 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2018-12-06 13:08:35 +0000
commit68f09deb4f60e109d387cfb037e25a94be01e0eb (patch)
tree76b488ffd969ee4b1a13983e6f47ad6f6b790d6c /doc
parent32aec3b5c87c08bda681a5d8abf74efa2e2f3535 (diff)
downloadriscv-openocd-68f09deb4f60e109d387cfb037e25a94be01e0eb.zip
riscv-openocd-68f09deb4f60e109d387cfb037e25a94be01e0eb.tar.gz
riscv-openocd-68f09deb4f60e109d387cfb037e25a94be01e0eb.tar.bz2
doc: add ARMv6-M info regarding TAP Declaration
Change-Id: I89095fd0c830fdc2ce40e5d23f8af98502b0ff50 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/4782 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 711ef4d..776160a 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -4092,13 +4092,13 @@ resources; then a @file{board.cfg} with off-chip resources, clocking,
and so forth.
@anchor{dapdeclaration}
-@section DAP declaration (ARMv7 and ARMv8 targets)
+@section DAP declaration (ARMv6-M, ARMv7 and ARMv8 targets)
@cindex DAP declaration
Since OpenOCD version 0.11.0, the Debug Access Port (DAP) is
no longer implicitly created together with the target. It must be
-explicitly declared using the @command{dap create} command. For all
-ARMv7 and ARMv8 targets, the option "@option{-dap} @var{dap_name}" has to be used
+explicitly declared using the @command{dap create} command. For all ARMv6-M, ARMv7
+and ARMv8 targets, the option "@option{-dap} @var{dap_name}" has to be used
instead of "@option{-chain-position} @var{dotted.name}" when the target is created.
The @command{dap} command group supports the following sub-commands: