diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-10 15:08:44 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-02-10 15:08:44 +0000 |
commit | 53bbd36c7d5adfe86aef071e2effbbfa804d0054 (patch) | |
tree | 4ccab16e7e10e60d4398ea449539e497fb03e40b /doc | |
parent | 8f6d142b953da8838bd50357b8fa70d86e839dad (diff) | |
download | openocd+libswd-53bbd36c7d5adfe86aef071e2effbbfa804d0054.tar.gz openocd+libswd-53bbd36c7d5adfe86aef071e2effbbfa804d0054.tar.bz2 openocd+libswd-53bbd36c7d5adfe86aef071e2effbbfa804d0054.tar.xz openocd+libswd-53bbd36c7d5adfe86aef071e2effbbfa804d0054.zip |
- add autoprobe support to the stm32 flash driver
git-svn-id: svn://svn.berlios.de/openocd/trunk@287 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 7c8bc0c6..9e310f33 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -532,8 +532,8 @@ Supported variants are @option{ixp42x}, @option{ixp45x}, @option{ixp46x}, Configures a flash bank at <@var{base}> of <@var{size}> bytes and <@var{chip_width}> and <@var{bus_width}> bytes using the selected flash <driver>. -@item @b{flash autoerase} <@option{on}|@option{off}> -@cindex flash autoerase +@item @b{flash auto_erase} <@option{on}|@option{off}> +@cindex flash auto_erase auto erase flash banks prior to writing. Currently only works when using @option{flash write_image} command. Default is @option{off}. @end itemize |