]> git.sur5r.net Git - openocd/blob - src/target/target/test_reset_syntax_error.cfg
Alan Carvalho de Assis <acassis@gmail.com> imx27 config file
[openocd] / src / target / target / test_reset_syntax_error.cfg
1 # Test script to check that syntax error in reset
2 # script is reported properly.
3
4 # at91eb40a target
5
6 #jtag scan chain
7 jtag_device 4 0x1 0xf 0xe
8
9 #target configuration
10 target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi-s_r4
11
12 [new_target_name] configure -event reset-init { 
13
14         syntax error
15 }