aboutsummaryrefslogtreecommitdiff
path: root/testing/examples/cortex/cm3-ftest.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'testing/examples/cortex/cm3-ftest.cfg')
-rw-r--r--testing/examples/cortex/cm3-ftest.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/examples/cortex/cm3-ftest.cfg b/testing/examples/cortex/cm3-ftest.cfg
index 37937036..6f3fa5c8 100644
--- a/testing/examples/cortex/cm3-ftest.cfg
+++ b/testing/examples/cortex/cm3-ftest.cfg
@@ -15,8 +15,8 @@
# + observe fault "handling" -- loop-to-self from load_and_run (below)
#
# - Test #2: verify that "vector_catch" makes OpenOCD stops ignoring them
-# + cortex_m3 vector_catch none
-# + cortex_m3 vector_catch VECTOR
+# + cortex_m vector_catch none
+# + cortex_m vector_catch VECTOR
# + l_VECTOR (loads testcase to RAM)
# + fault triggers vector catch hardware
# + observe OpenOCD entering debug state with no assistance
@@ -31,8 +31,8 @@
proc vector_test {tag} {
halt
# REVISIT -- annoying, we'd like to scrap vector_catch output
- cortex_m3 vector_catch none
- cortex_m3 vector_catch $tag
+ cortex_m vector_catch none
+ cortex_m vector_catch $tag
eval "l_$tag"
}