diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-10-12 14:21:38 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-10-12 14:21:38 +0200 |
commit | 35affce0856a4136bb9e6c2ad8601c51d498e909 (patch) | |
tree | eb05dcc67e8aaecc727002d943987467f89b574d /doc | |
parent | 0ca473468c94e28599ad56bd6b671c04d9d88849 (diff) | |
download | openocd+libswd-35affce0856a4136bb9e6c2ad8601c51d498e909.tar.gz openocd+libswd-35affce0856a4136bb9e6c2ad8601c51d498e909.tar.bz2 openocd+libswd-35affce0856a4136bb9e6c2ad8601c51d498e909.tar.xz openocd+libswd-35affce0856a4136bb9e6c2ad8601c51d498e909.zip |
Retire arm11 no_increment. Intended for future expansion to read/write to ports. New arm11 commands would have to be added to exploit it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index d41f422b..ddc0cfd6 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5756,13 +5756,6 @@ one bit in the encoding, effecively a fifth parameter.) Displays the result. @end deffn -@deffn Command {arm11 no_increment} [value] -Displays the value of the flag controlling whether -some read or write operations increment the pointer -(the default behavior) or not (acting like a FIFO). -If @var{value} is defined, first assigns that. -@end deffn - @deffn Command {arm11 step_irq_enable} [value] Displays the value of the flag controlling whether IRQs are enabled during single stepping; |