X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Fboard%2Fek-lm3s9b9x.cfg;h=289a2cc091a4aac35d6bc30935c0b0d7f9a4fb7e;hb=97f47e8c9486377affac7af3c3d260613c6d06f2;hp=fb6272afdbcab6079816acee342bb632045ac93b;hpb=b559b273b526b3077b3ca219eecc8df9f86efac0;p=fw%2Fopenocd diff --git a/tcl/board/ek-lm3s9b9x.cfg b/tcl/board/ek-lm3s9b9x.cfg index fb6272afd..289a2cc09 100644 --- a/tcl/board/ek-lm3s9b9x.cfg +++ b/tcl/board/ek-lm3s9b9x.cfg @@ -1,17 +1,16 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + # -# Luminary Micro Stellaris LM3S9B9x Evaluation Kits +# TI/Luminary Stellaris LM3S9B9x Evaluation Kits # -# http://www.luminarymicro.com/products/ek-lm3s9b90.html -# http://www.luminarymicro.com/products/ek-lm3s9b92.html +# http://www.ti.com/tool/ek-lm3s9b90 +# http://www.ti.com/tool/ek-lm3s9b92 # -source [find interface/luminary-icdi.cfg] -source [find target/lm3s9b9x.cfg] - -# jtag speed -adapter_khz 500 - -adapter_nsrst_delay 100 +# NOTE: using the bundled FT2232 JTAG/SWD/SWO interface is optional! +# so is using in JTAG mode, as done here. +source [find interface/ftdi/luminary-icdi.cfg] -#LM3S9B9x Evaluation Board has only srst -reset_config srst_only +set WORKAREASIZE 0x4000 +set CHIPNAME lm3s9b9x +source [find target/stellaris.cfg]