diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-08-11 17:24:55 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-08-11 17:24:55 +0200 |
commit | 8f779cf66bf459616b7dad88e871c2f4a7315371 (patch) | |
tree | ddd83179d52630a0c09d831eb3adc51166465985 /doc | |
parent | f1bd1274ee3491c1a98c1484408ce10215391190 (diff) | |
download | openocd+libswd-8f779cf66bf459616b7dad88e871c2f4a7315371.tar.gz openocd+libswd-8f779cf66bf459616b7dad88e871c2f4a7315371.tar.bz2 openocd+libswd-8f779cf66bf459616b7dad88e871c2f4a7315371.tar.xz openocd+libswd-8f779cf66bf459616b7dad88e871c2f4a7315371.zip |
tcl: remove silly ocd_ prefix to array2mem and mem2array
ocd_ prefix is used internally in OpenOCD as a kludge more
or less to deal with the two kinds of commands that OpenOCD
has.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
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 0e57c1af..3cf5bfee 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -7209,10 +7209,10 @@ Low-level commands are (should be) prefixed with "ocd_", e.g. is the low level API upon which @command{flash banks} is implemented. @itemize @bullet -@item @b{ocd_mem2array} <@var{varname}> <@var{width}> <@var{addr}> <@var{nelems}> +@item @b{mem2array} <@var{varname}> <@var{width}> <@var{addr}> <@var{nelems}> Read memory and return as a Tcl array for script processing -@item @b{ocd_array2mem} <@var{varname}> <@var{width}> <@var{addr}> <@var{nelems}> +@item @b{array2mem} <@var{varname}> <@var{width}> <@var{addr}> <@var{nelems}> Convert a Tcl array to memory locations and write the values @item @b{ocd_flash_banks} <@var{driver}> <@var{base}> <@var{size}> <@var{chip_width}> <@var{bus_width}> <@var{target}> [@option{driver options} ...] |