cortex_m: target implementation renames cortex_m3 to cortex_m
[fw/openocd] / testing / examples / cortex / cm3-ftest.cfg
index 379370360593a37ee0a4a276aba51a413f530b7b..6f3fa5c819956188d445d90a3ad673596fb03123 100644 (file)
@@ -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"
 }