rename jtag_nsrst_delay as adapter_nsrst_delay
[fw/openocd] / tcl / board / ek-lm3s1968.cfg
1 #
2 # TI/Luminary Stellaris LM3S1968 Evaluation Kits
3 #
4 # http://www.luminarymicro.com/products/lm3s1968_evaluation_kits.html
5
6 # NOTE:  to use J-Link instead of the on-board interface,
7 # you may also need to reduce adapter_khz to be about 1200.
8 # source [find interface/jlink.cfg]
9
10 # include the FT2232 interface config for on-board JTAG interface
11 source [find interface/luminary.cfg]
12
13 # include the target config
14 source [find target/lm3s1968.cfg]
15
16 # jtag speed
17 adapter_khz 3000
18
19 adapter_nsrst_delay 100
20
21 #LM3S1968 Evaluation Board has only srst
22 reset_config srst_only