aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2011-07-04 11:19:19 +0100
committerSpencer Oliver <ntfreak@users.sourceforge.net>2011-07-04 11:31:52 +0100
commit89fa8ce2d8c58707f3dfda397138f8ee336e1a47 (patch)
treedd2add430e125bc769a2413b15aa868bc53bcb93 /doc
parentbad3ee87ac170150a9a8a72c731aa631a1ad8cf5 (diff)
Revert "cortex_m3: add auto maskisr"
This reverts commit ff640f197a9a343b2f3ed10e9174e35282334e8c. Original patch reverted as Author's name was incorrectly set.
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi15
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index fd92d51a..892661fd 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -6720,21 +6720,8 @@ If @var{value} is defined, first assigns that.
@subsection Cortex-M3 specific commands
@cindex Cortex-M3
-@deffn Command {cortex_m3 maskisr} (@option{auto}|@option{on}|@option{off})
+@deffn Command {cortex_m3 maskisr} (@option{on}|@option{off})
Control masking (disabling) interrupts during target step/resume.
-
-The @option{auto} option handles interrupts during stepping a way they get
-served but don't disturb the program flow. The step command first allows
-pending interrupt handlers to execute, then disables interrupts and steps over
-the next instruction where the core was halted. After the step interrupts
-are enabled again. If the interrupt handlers don't complete within 500ms,
-the step command leaves with the core running.
-
-Note that a free breakpoint is required for the @option{auto} option. If no
-breakpoint is available at the time of the step, then the step is taken
-with interrupts enabled, i.e. the same way the @option{off} option does.
-
-Default is @option{auto}.
@end deffn
@deffn Command {cortex_m3 vector_catch} [@option{all}|@option{none}|list]