From 1d96a84f061cd5ba2e1b677327f111a0dce8fc5d Mon Sep 17 00:00:00 2001 From: oharboe Date: Sun, 16 Aug 2009 12:08:35 +0000 Subject: Xiaofan Chen Split LM3S811 config file into target file and board file git-svn-id: svn://svn.berlios.de/openocd/trunk@2584 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- tcl/board/ek-lm3s811.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tcl/board/ek-lm3s811.cfg (limited to 'tcl/board/ek-lm3s811.cfg') diff --git a/tcl/board/ek-lm3s811.cfg b/tcl/board/ek-lm3s811.cfg new file mode 100644 index 00000000..d3f93d06 --- /dev/null +++ b/tcl/board/ek-lm3s811.cfg @@ -0,0 +1,19 @@ +# +# TI/Luminary Stellaris LM3S811 Evaluation Kits +# +# http://www.luminarymicro.com/products/stellaris_811_evaluation_kits.html + +# include the FT2232 interface config for on-board JTAG interface +source [find interface/luminary.cfg] + +# include the target config +source [find target/lm3s811.cfg] + +# jtag speed +jtag_khz 500 + +jtag_nsrst_delay 100 +jtag_ntrst_delay 100 + +#LM3S811 Evaluation Board has only srst +reset_config srst_only -- cgit v1.2.3