diff options
author | mifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2007-12-18 21:20:28 +0000 |
---|---|---|
committer | mifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2007-12-18 21:20:28 +0000 |
commit | 02f3765351c9e25185b745b84f1a2604fb2149c7 (patch) | |
tree | 81331db01e68baf67bc2cc271b1f1ed2a6962d76 /doc | |
parent | ed1e9d6abdece4fbf6251a11f0eca3c921221048 (diff) | |
download | openocd_libswd-02f3765351c9e25185b745b84f1a2604fb2149c7.tar.gz openocd_libswd-02f3765351c9e25185b745b84f1a2604fb2149c7.tar.bz2 openocd_libswd-02f3765351c9e25185b745b84f1a2604fb2149c7.tar.xz openocd_libswd-02f3765351c9e25185b745b84f1a2604fb2149c7.zip |
- added patch for new flash functionality like:
flash verify_image and flash erase_address.
- added patch for new parport_write_on_exit command.
Even this patch will fix some memory leaks.
(thanks too oyvind and Spen for these patches)
git-svn-id: svn://svn.berlios.de/openocd/trunk@240 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 95f17c00..1540d07d 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -320,6 +320,10 @@ This is also the layout used by the HollyGates design @cindex flashlink ST Parallel cable. @end itemize +@item @b{parport_write_on_exit} <@var{on|off}> +@cindex parport_write_on_exit +This will configure the parallel driver to write a known value to the parallel +interface on exiting openocd @end itemize @section amt_jtagaccel options |