diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2014-01-27 14:21:25 +0000 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2014-02-04 13:17:04 +0000 |
commit | 37d167a8040672c312dace7bca31df79f8f00bd4 (patch) | |
tree | 868a74a1a40e299c94e0dc1a8070cef29797d7cd /doc | |
parent | ebb71eb291a85b9d6de148461edb575e4e79745f (diff) | |
download | riscv-openocd-37d167a8040672c312dace7bca31df79f8f00bd4.zip riscv-openocd-37d167a8040672c312dace7bca31df79f8f00bd4.tar.gz riscv-openocd-37d167a8040672c312dace7bca31df79f8f00bd4.tar.bz2 |
doc: update CMSIS-DAP info to match default driver behaviour
By default the driver will now auto detect attached adapters, it does not
use an internal list any more. Update docs to match this.
Change-Id: I62a9d243cd236a8cf54cbd9d088c4837a8df31bf
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/1902
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index d8c7ca1..fd8767e 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2561,11 +2561,11 @@ and a specific set of GPIOs is used. @end deffn @deffn {Interface Driver} {cmsis-dap} -CMSIS-DAP compliant based adapter. +ARM CMSIS-DAP compliant based adapter. @deffn {Config Command} {cmsis_dap_vid_pid} [vid pid]+ The vendor ID and product ID of the CMSIS-DAP device. If not specified -known default values are used. +the driver will attempt to auto detect the CMSIS-DAP device. Currently, up to eight [@var{vid}, @var{pid}] pairs may be given, e.g. @example cmsis_dap_vid_pid 0xc251 0xf001 0x0d28 0x0204 |