diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-08 13:16:57 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-08 13:16:57 +0000 |
commit | 6dc00b00a4bfbea7ba7b37c8a661f3086400b24f (patch) | |
tree | f0a65ef19cf982452f33e1dcb58ab79db7d29282 /doc | |
parent | 51d158c410de055dee41782636ba41ed5fd1daba (diff) | |
download | openocd_libswd-6dc00b00a4bfbea7ba7b37c8a661f3086400b24f.tar.gz openocd_libswd-6dc00b00a4bfbea7ba7b37c8a661f3086400b24f.tar.bz2 openocd_libswd-6dc00b00a4bfbea7ba7b37c8a661f3086400b24f.tar.xz openocd_libswd-6dc00b00a4bfbea7ba7b37c8a661f3086400b24f.zip |
Add documentation for new interface_list command to user guide.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2130 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index cb340b4b..5557cbc8 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -1336,6 +1336,11 @@ Use the interface driver @var{name} to connect to the target. @end deffn +@deffn Command {interface_list} +List the interface drivers that have been built into +the running copy of OpenOCD. +@end deffn + @deffn Command {jtag interface} Returns the name of the interface driver being used. @end deffn |