docs: update docs to include info on TI ICDI

Change-Id: I3009920f512f76901d187318ee50284db34ab6f7
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/924
Tested-by: jenkins
This commit is contained in:
Spencer Oliver 2012-11-08 16:09:33 +00:00
parent adb8ec32dc
commit 67801c061f
1 changed files with 18 additions and 9 deletions

View File

@ -456,6 +456,11 @@ The simplest solution is to get linux to ignore the ST-LINK using one of the fol
@item add "options usb-storage quirks=483:3744:i" to /etc/modprobe.conf @item add "options usb-storage quirks=483:3744:i" to /etc/modprobe.conf
@end itemize @end itemize
@section USB TI/Stellaris ICDI based
Texas Instruments has an adapter called @b{ICDI}.
It is not to be confused with the FTDI based adapters that were originally fitted to their
evaluation boards. This is the adapter fitted to the Stellaris LaunchPad.
@section USB Other @section USB Other
@itemize @bullet @itemize @bullet
@item @b{USBprog} @item @b{USBprog}
@ -2804,27 +2809,31 @@ which are not currently documented here.
@end quotation @end quotation
@end deffn @end deffn
@deffn {Interface Driver} {stlink} @deffn {Interface Driver} {hla}
ST Micro ST-LINK adapter. This is a driver that supports multiple High Level Adapters.
This type of adapter does not expose some of the lower level api's
that OpenOCD would normally use to access the target.
@deffn {Config Command} {stlink_device_desc} description Currently supported adapters include the ST STLINK and TI ICDI.
@deffn {Config Command} {hla_device_desc} description
Currently Not Supported. Currently Not Supported.
@end deffn @end deffn
@deffn {Config Command} {stlink_serial} serial @deffn {Config Command} {hla_serial} serial
Currently Not Supported. Currently Not Supported.
@end deffn @end deffn
@deffn {Config Command} {stlink_layout} (@option{sg}|@option{usb}) @deffn {Config Command} {hla_layout} (@option{stlink}|@option{icdi})
Specifies the stlink layout to use. Specifies the adapter layout to use.
@end deffn @end deffn
@deffn {Config Command} {stlink_vid_pid} vid pid @deffn {Config Command} {hla_vid_pid} vid pid
The vendor ID and product ID of the STLINK device. The vendor ID and product ID of the device.
@end deffn @end deffn
@deffn {Config Command} {stlink_api} api_level @deffn {Config Command} {stlink_api} api_level
Manually sets the stlink api used, valid options are 1 or 2. Manually sets the stlink api used, valid options are 1 or 2. (@b{STLINK Only}).
@end deffn @end deffn
@end deffn @end deffn