diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-11-21 14:27:47 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-11-21 14:27:47 +0000 |
commit | 6d49edef7d065b46b8643df5773e188c22d01b91 (patch) | |
tree | 376c2e81d79e055ad2694daeadc319710bb1ddd7 /doc | |
parent | b7d80ac0ab2cc242b0d48e10bc281a0c4136d318 (diff) | |
download | openocd_libswd-6d49edef7d065b46b8643df5773e188c22d01b91.tar.gz openocd_libswd-6d49edef7d065b46b8643df5773e188c22d01b91.tar.bz2 openocd_libswd-6d49edef7d065b46b8643df5773e188c22d01b91.tar.xz openocd_libswd-6d49edef7d065b46b8643df5773e188c22d01b91.zip |
- add new cortex_m3 maskisr cmd
git-svn-id: svn://svn.berlios.de/openocd/trunk@1181 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 7e537b32..b436ab72 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -1759,6 +1759,15 @@ is a ARM920T (2x16kByte cache) or ARM922T (2x8kByte cache). @*Translate a virtual address to a physical address. @end itemize +@subsection CORTEX_M3 specific commands +@cindex CORTEX_M3 specific commands + +@itemize @bullet +@item @b{cortex_m3 maskisr} <@var{on}|@var{off}> +@cindex cortex_m3 maskisr +@*Enable masking (disabling) interrupts during target step/resume. +@end itemize + @page @section Debug commands @cindex Debug commands |