flash/stm32l4x: support STM32U59/U5Ax devices
[openocd.git] / tcl / board / ek-lm3s8962.cfg
blob71a1b1090c66023ca202158757f5e054b27acd0d
1 # SPDX-License-Identifier: GPL-2.0-or-later
4 # TI/Luminary Stellaris LM3S8962 Evaluation Kits
6 # http://www.ti.com/tool/ek-lm3s8962
9 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
10 # so is using it in JTAG mode, as done here.
11 source [find interface/ftdi/luminary.cfg]
13 # 64k working area
14 set WORKAREASIZE 0x10000
15 set CHIPNAME lm3s8962
16 # include the target config
17 source [find target/stellaris.cfg]