armv7m_trace, stlink: provide APIs to capture trace with an adapter
[fw/openocd] / doc / openocd.texi
index f00af7fb8500fbe19eb48b2f7949bbf73949cd84..cc7f6c8247c6d6c464817db190648b57681b9846 100644 (file)
@@ -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}