diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-03-27 10:07:13 -0700 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-03-27 10:07:13 -0700 |
commit | d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93 (patch) | |
tree | f5a43ea7905a1eed6d03d7a26ab8e76b73dfdabd /doc | |
parent | a092e8d237e7d23b1b952c4d400d8210523f9ce2 (diff) | |
download | openocd_libswd-d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93.tar.gz openocd_libswd-d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93.tar.bz2 openocd_libswd-d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93.tar.xz openocd_libswd-d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93.zip |
jtag/tcl.c cleanup -- split out "adapter.c"
Clean up the jtag/tcl.c file, which was one of the biggest and
messiest ones in that directory. Do it by splitting out all the
generic adapter commands to a separate "adapter.c" file (leaving
the "tcl.c" file holding only JTAG utilities).
Also rename the little-used "jtag interface" to "adapter_name", which
should have been at least re-categorized earlier (it's not jtag-only).
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 83a6369c..bb8f3abb 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2093,12 +2093,12 @@ target. @end deffn @deffn Command {interface_list} -List the interface drivers that have been built into +List the debug adapter 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. +@deffn Command {adapter_name} +Returns the name of the debug adapter driver being used. @end deffn @section Interface Drivers |