cfg: update Luminary config files
[fw/openocd] / tcl / board / ek-lm3s9b9x.cfg
1 #
2 # Luminary Micro Stellaris LM3S9B9x Evaluation Kits
3 #
4 # http://www.luminarymicro.com/products/ek-lm3s9b90.html
5 # http://www.luminarymicro.com/products/ek-lm3s9b92.html
6 #
7
8 # NOTE:  using the bundled FT2232 JTAG/SWD/SWO interface is optional!
9 # so is using in JTAG mode, as done here.
10 source [find interface/luminary-icdi.cfg]
11
12 set WORKAREASIZE 0x4000
13 set CHIPNAME lm3s9b9x
14 source [find target/stellaris.cfg]
15
16 # jtag speed
17 adapter_khz 500
18
19 adapter_nsrst_delay 100
20
21 #LM3S9B9x Evaluation Board has only srst
22 reset_config srst_only