debuggers: import openocd-0.7.0
Initial check-in of openocd-0.7.0 as it can be downloaded from http://sourceforge.net/projects/openocd/files/openocd/0.7.0/ Any modifications will follow. Change-Id: I6949beaefd589e046395ea0cb80f4e1ab1654d55
This commit is contained in:
17
debuggers/openocd/tcl/target/test_reset_syntax_error.cfg
Normal file
17
debuggers/openocd/tcl/target/test_reset_syntax_error.cfg
Normal file
@ -0,0 +1,17 @@
|
||||
# Test script to check that syntax error in reset
|
||||
# script is reported properly.
|
||||
|
||||
# at91eb40a target
|
||||
|
||||
#jtag scan chain
|
||||
set _CHIPNAME syntaxtest
|
||||
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf
|
||||
|
||||
#target configuration
|
||||
set _TARGETNAME $_CHIPNAME.cpu
|
||||
target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm7tdmi-s_r4
|
||||
|
||||
$_TARGETNAME configure -event reset-init {
|
||||
|
||||
syntax error
|
||||
}
|
||||
Reference in New Issue
Block a user