diff options
author | Paul Fertser <fercerpav@gmail.com> | 2015-05-16 11:10:31 +0300 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2015-05-17 21:15:34 +0100 |
commit | 8de17eb65aef93d8cf379f750777d3163efdf68a (patch) | |
tree | 3cde99529d68d7e02cf337785364cb4344aaf7bc /doc | |
parent | c6ba0a22404a1f0c806e45ef627f4ab101982c3f (diff) |
manual: add missing usb blaster commands
Change-Id: Ie7fbb9f87a811c4add5b7c8f9581d5bbc90fa4f8
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2772
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 6ce1d285..283026d3 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2685,6 +2685,17 @@ reset_config srst_only @end example @end deffn +@deffn {Command} {usb_blaster_lowlevel_driver} (@option{ftdi}|@option{ftd2xx}|@option{ublast2}) +Chooses the low level access method for the adapter. If not specified, +@option{ftdi} is selected unless it wasn't enabled during the +configure stage. USB-Blaster II needs @option{ublast2}. +@end deffn + +@deffn {Command} {usb_blaster_firmware} @var{path} +This command specifies @var{path} to access USB-Blaster II firmware +image. To be used with USB-Blaster II only. +@end deffn + @end deffn @deffn {Interface Driver} {gw16012} |