aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2018-09-04 19:01:45 +0200
committerTomas Vanek <vanekt@fbl.cz>2018-09-17 17:18:55 +0100
commit4423a58b4dd7e0e38d50886abd1bd09328c34e70 (patch)
tree4dd11bdecefd06b4c5d7698d2907a4a5d36351a4 /doc
parent08a79c71f264626152cc7269a334ef20abc3ff2b (diff)
downloadriscv-openocd-4423a58b4dd7e0e38d50886abd1bd09328c34e70.zip
riscv-openocd-4423a58b4dd7e0e38d50886abd1bd09328c34e70.tar.gz
riscv-openocd-4423a58b4dd7e0e38d50886abd1bd09328c34e70.tar.bz2
doc: fix use of deprecated config file in the example
Commit 31c58c139d85 ("jtag: drivers: stlink: handle all versions with single config") deprecates the use of "interface/stlink-v2-1.cfg" in favor of a unique config file "interface/stlink.cfg". Update the example in the documentation. Change-Id: I1aed7c70e15f4edb4f81a3ee8e3bce575fde873b Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4667 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 3eb6309..1c005f2 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -8789,7 +8789,7 @@ baud with our custom divisor to get 12MHz)
@item @code{itmdump -f /dev/ttyUSB1 -d1}
@item OpenOCD invocation line:
@example
-openocd -f interface/stlink-v2-1.cfg \
+openocd -f interface/stlink.cfg \
-c "transport select hla_swd" \
-f target/stm32l1.cfg \
-c "tpiu config external uart off 24000000 12000000"