forked from auracaster/openocd
cortex_m: target implementation renames cortex_m3 to cortex_m
We changed the actual target name quite a while ago. This changes the actual target function names/defines to also match this change. Change-Id: I4f22fb107636db2279865b45350c9c776e608a75 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1626 Tested-by: jenkins
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user