doc: fix typo in cortex_m maskisr command
Change-Id: I37795c320ff7cbf6f2c7434e03b26dbaf6fc6db4 Signed-off-by: Christopher Head <chead@zaber.com> Reviewed-on: http://openocd.zylin.com/4621 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>bscan_tunnel
parent
fd0446002f
commit
45f0c15912
|
@ -8800,8 +8800,8 @@ Enable or disable trace output for all ITM stimulus ports.
|
||||||
@deffn Command {cortex_m maskisr} (@option{auto}|@option{on}|@option{off})
|
@deffn Command {cortex_m maskisr} (@option{auto}|@option{on}|@option{off})
|
||||||
Control masking (disabling) interrupts during target step/resume.
|
Control masking (disabling) interrupts during target step/resume.
|
||||||
|
|
||||||
The @option{auto} option handles interrupts during stepping a way they get
|
The @option{auto} option handles interrupts during stepping in a way that they
|
||||||
served but don't disturb the program flow. The step command first allows
|
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
|
pending interrupt handlers to execute, then disables interrupts and steps over
|
||||||
the next instruction where the core was halted. After the step interrupts
|
the next instruction where the core was halted. After the step interrupts
|
||||||
are enabled again. If the interrupt handlers don't complete within 500ms,
|
are enabled again. If the interrupt handlers don't complete within 500ms,
|
||||||
|
|
Loading…
Reference in New Issue