X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=doc%2Fopenocd.texi;h=925eebed2d4406c490b3602d2149e7655ca4808a;hp=2db8bdd0606925d0226144c268bb09b0ae91f1d8;hb=1f6a66ab7fca983a3cffd4070c42ae965d0fc6cb;hpb=44394c2a77f68785e2ec87e2245d0f1624086682;ds=sidebyside diff --git a/doc/openocd.texi b/doc/openocd.texi index 2db8bdd060..925eebed2d 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3100,6 +3100,11 @@ Specifies the adapter layout to use. The vendor ID and product ID of the device. @end deffn +@deffn {Command} {hla_command} command +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