David Brownell <david-b@pacbell.net> split EK board support out
[fw/openocd] / tcl / board / ek-lm3s3748.cfg
1 # Stellaris lm3s3748 Evaluation Kit
2 #  http://www.luminarymicro.com/products/lm3s3748_usb_h_d_evaluation_kits.html
3
4 # NOTE:  to use the on-board FT2232 JTAG interface:
5 #  source [find interface/luminary.cfg]
6
7 source [find target/lm3s3748.cfg]
8
9 # LM3S parts don't support RTCK
10 jtag_khz 500
11
12 jtag_nsrst_delay 100
13 jtag_ntrst_delay 100
14
15 # Board has only srst
16 reset_config srst_only
17