|
From: <zw...@ma...> - 2009-06-08 15:17:00
|
Author: zwelch
Date: 2009-06-08 15:16:57 +0200 (Mon, 08 Jun 2009)
New Revision: 2130
Modified:
trunk/doc/openocd.texi
Log:
Add documentation for new interface_list command to user guide.
Modified: trunk/doc/openocd.texi
===================================================================
--- trunk/doc/openocd.texi 2009-06-08 13:12:17 UTC (rev 2129)
+++ trunk/doc/openocd.texi 2009-06-08 13:16:57 UTC (rev 2130)
@@ -1336,6 +1336,11 @@
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
|