Remove the pretty-useless chapter on the target library.
The same material is covered *MUCH* earlier.  All this
added was a partial, and obsolete, list of CPUs supported.
---
 doc/openocd.texi |   36 ------------------------------------
 1 file changed, 36 deletions(-)

Remove the pretty-uselless chapter on the target library.
The same material is covered *MUCH* earlier.  All this
adds is a partial, and obsolete, list of CPUs supported.
---
 doc/openocd.texi |   36 ------------------------------------
 1 file changed, 36 deletions(-)

--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -82,7 +82,6 @@ Free Documentation License''.
 * GDB and OpenOCD::                  Using GDB and OpenOCD
 * Tcl Scripting API::                Tcl Scripting API
 * Upgrading::                        Deprecated/Removed Commands
-* Target Library::                   Target Library
 * FAQ::                              Frequently Asked Questions
 * Tcl Crash Course::                 Tcl Crash Course
 * License::                          GNU Free Documentation License
@@ -4202,8 +4201,6 @@ They are mainly useful on embedded targe
 notably the ZY1000.
 Hosts with operating systems have complementary tools.
 
-...@emph{note:} there are several more such commands.
-
 @deffn Command append_file filename [string]*
 Appends the @var{string} parameters to
 the text file @file{filename}.
@@ -6225,38 +6222,6 @@ foreach who @{A B C D e...@}
 @}
 @end example
 
-...@node Target Library
-...@chapter Target Library
-...@cindex Target Library
-
-OpenOCD comes with a target configuration script library. These scripts can be
-used as-is or serve as a starting point.
-
-The target library is published together with the OpenOCD executable and 
-the path to the target library is in the OpenOCD script search path.
-Similarly there are example scripts for configuring the JTAG interface. 
-
-The command line below uses the example parport configuration script
-that ship with OpenOCD, then configures the str710.cfg target and
-finally issues the init and reset commands. The communication speed
-is set to 10kHz for reset and 8MHz for post reset.
-
-...@example
-openocd -f interface/parport.cfg -f target/str710.cfg \
-        -c "init" -c "reset"
-...@end example
-
-To list the target scripts available:
-
-...@example
-$ ls  /usr/local/lib/openocd/target
-
-arm7_fast.cfg    lm3s6965.cfg  pxa255.cfg      stm32.cfg   xba_revA3.cfg
-at91eb40a.cfg    lpc2148.cfg   pxa255_sst.cfg  str710.cfg  zy1000.cfg
-at91r40008.cfg   lpc2294.cfg   sam7s256.cfg    str912.cfg
-at91sam9260.cfg  nslu2.cfg     sam7x256.cfg    wi-9c.cfg
-...@end example
-
 @include fdl.texi
 
 @node OpenOCD Concept Index
@@ -6265,7 +6230,6 @@ at91sam9260.cfg  nslu2.cfg     sam7x256.
 @comment Occurs when creating ``--html --no-split'' output
 @comment This fix is based on: http://sourceware.org/ml/binutils/2006-05/msg00215.html
 @unnumbered OpenOCD Concept Index
-
 @printindex cp
 
 @node Command and Driver Index
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to