aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-11-01 10:51:36 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2021-03-19 21:55:23 +0000
commit58b95eac48cf0ad3316a911ddc79ce8973b88fd1 (patch)
treeeecb05dce42bdb5a5c0d7c366e6c204ee0dcc4f6 /doc
parent26a57b06cf3a11a5c002f0f85a2f3f4a05f630f7 (diff)
downloadriscv-openocd-58b95eac48cf0ad3316a911ddc79ce8973b88fd1.zip
riscv-openocd-58b95eac48cf0ad3316a911ddc79ce8973b88fd1.tar.gz
riscv-openocd-58b95eac48cf0ad3316a911ddc79ce8973b88fd1.tar.bz2
ioutil: drop the code, deprecated in v0.10.0
The code for ioutil has been marked as deprecated in release v0.10.0, 4 years ago. Time to drop it! Change-Id: I36dce1669ebe9acada5f9e752835c53e5214e3be Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6089 Tested-by: jenkins
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi60
1 files changed, 0 insertions, 60 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 06d90fa..f52cfa7 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -8285,66 +8285,6 @@ with handlers for that event.
@end quotation
@end deffn
-@section I/O Utilities
-
-These commands are available when
-OpenOCD is built with @option{--enable-ioutil}.
-They are mainly useful on embedded targets,
-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}.
-Each string except the last one is followed by one space.
-The last string is followed by a newline.
-@end deffn
-
-@deffn Command cat filename
-Reads and displays the text file @file{filename}.
-@end deffn
-
-@deffn Command cp src_filename dest_filename
-Copies contents from the file @file{src_filename}
-into @file{dest_filename}.
-@end deffn
-
-@deffn Command ip
-@emph{No description provided.}
-@end deffn
-
-@deffn Command ls
-@emph{No description provided.}
-@end deffn
-
-@deffn Command mac
-@emph{No description provided.}
-@end deffn
-
-@deffn Command meminfo
-Display available RAM memory on OpenOCD host.
-Used in OpenOCD regression testing scripts.
-@end deffn
-
-@deffn Command peek
-@emph{No description provided.}
-@end deffn
-
-@deffn Command poke
-@emph{No description provided.}
-@end deffn
-
-@deffn Command rm filename
-@c "rm" has both normal and Jim-level versions??
-Unlinks the file @file{filename}.
-@end deffn
-
-@deffn Command trunc filename
-Removes all data in the file @file{filename}.
-@end deffn
-
@anchor{memoryaccess}
@section Memory access commands
@cindex memory access