diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-04-23 14:03:42 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-04-23 14:03:42 +0000 |
commit | 9b7bd65883b0c0f76b5976c44b4808d6141ab30c (patch) | |
tree | fadb350220c8cd6e5b39b252a543cb0276f51dc9 /doc | |
parent | 90ff84a2ddecf220a9b452b7c4c90624284dcbb2 (diff) | |
download | openocd_libswd-9b7bd65883b0c0f76b5976c44b4808d6141ab30c.tar.gz openocd_libswd-9b7bd65883b0c0f76b5976c44b4808d6141ab30c.tar.bz2 openocd_libswd-9b7bd65883b0c0f76b5976c44b4808d6141ab30c.tar.xz openocd_libswd-9b7bd65883b0c0f76b5976c44b4808d6141ab30c.zip |
stm32.cfg can expect one of 4 id's.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1516 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 84400fce..24c3dfd2 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -1606,7 +1606,9 @@ bits long, during Capture-IR 0x42 is loaded into the IR, and bits @itemize @bullet @item @b{-expected-id NUMBER} @* By default it is zero. If non-zero represents the -expected tap ID used when the JTAG chain is examined. See below. +expected tap ID used when the JTAG chain is examined. Repeat +the option as many times as required if multiple id's can be +expected. See below. @item @b{-disable} @item @b{-enable} @* By default not specified the tap is enabled. Some chips have a |