aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2015-02-10 13:32:07 +0300
committerSpencer Oliver <spen@spen-soft.co.uk>2015-03-25 20:46:59 +0000
commit6819468a78ce9f0835a9063d93bc839f3d55eb84 (patch)
tree0de346fa09390061c006b4497eccdd487f1e8bfd /doc
parenta09a75653dbe7ad99da6349285ab6622b80fdc15 (diff)
downloadriscv-openocd-6819468a78ce9f0835a9063d93bc839f3d55eb84.zip
riscv-openocd-6819468a78ce9f0835a9063d93bc839f3d55eb84.tar.gz
riscv-openocd-6819468a78ce9f0835a9063d93bc839f3d55eb84.tar.bz2
armv7m_trace, stlink: provide APIs to capture trace with an adapter
Change-Id: I9d193dd5af382912e4fe838bd4f612cffd11b295 Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2540 Tested-by: jenkins
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index f00af7f..cc7f6c8 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -3119,13 +3119,6 @@ The vendor ID and product ID of the device.
Execute a custom adapter-specific command. The @var{command} string is
passed as is to the underlying adapter layout handler.
@end deffn
-
-@deffn {Config Command} {trace} source_clock_hz [output_file_path]
-Enable SWO tracing (if supported). The source clock rate for the
-trace port must be specified, this is typically the CPU clock rate. If
-the optional output file is specified then raw trace data is appended
-to the file, and the file is created if it does not exist.
-@end deffn
@end deffn
@deffn {Interface Driver} {opendous}