X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=doc%2Fopenocd.texi;h=34d0884c94fdd8a70b682a7183402e8ea3d0ed5a;hp=5733aa27b2ccccc0aa17b07697b9a3d71ae1a6b3;hb=9ca1592cb9fe4e61ee5bc327345fdfc254c9fe13;hpb=d1cd97777b9f271698cc0efdaec16aca9ce42449;ds=sidebyside diff --git a/doc/openocd.texi b/doc/openocd.texi index 5733aa27b2..34d0884c94 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -461,6 +461,12 @@ The simplest solution is to get linux to ignore the ST-LINK using one of the fol @item @b{Buspirate} @* Link: @url{http://dangerousprototypes.com/bus-pirate-manual/} + +@item @b{opendous} +@* Link: @url{http://code.google.com/p/opendous-jtag/} + +@item @b{estick} +@* Link: @url{http://code.google.com/p/estick-jtag/} @end itemize @section IBM PC Parallel Printer Port Based @@ -2671,6 +2677,30 @@ which are not currently documented here. @deffn {Interface Driver} {stlink} ST Micro ST-LINK adapter. + +@deffn {Config Command} {stlink_device_desc} description +Currently Not Supported. +@end deffn + +@deffn {Config Command} {stlink_serial} serial +Currently Not Supported. +@end deffn + +@deffn {Config Command} {stlink_layout} (@option{sg}|@option{usb}) +Specifies the stlink layout to use. +@end deffn + +@deffn {Config Command} {stlink_vid_pid} vid pid +The vendor ID and product ID of the STLINK device. +@end deffn + +@deffn {Config Command} {stlink_api} api_level +Manually sets the stlink api used, valid options are 1 or 2. +@end deffn +@end deffn + +@deffn {Interface Driver} {opendous} +opendous-jtag is a freely programmable USB adapter. @end deffn @deffn {Interface Driver} {ZY1000} @@ -3910,6 +3940,10 @@ base @var{address} to be used when an MMU is active. The value should normally correspond to a static mapping for the @code{-work-area-phys} address, set up by the current operating system. +@item @code{-rtos} @var{rtos_type} -- enable rtos support for target, +@var{rtos_type} can be one of @option{auto}|@option{eCos}|@option{threadx}| +@option{freertos}|@option{linux}. + @end itemize @end deffn