2022-06-12 16:48:05 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2012-02-10 10:16:04 -06:00
|
|
|
#
|
|
|
|
# TI/Luminary Stellaris LM3S811 Evaluation Kits (rev B and earlier)
|
|
|
|
#
|
2012-10-02 08:33:06 -05:00
|
|
|
# http://www.ti.com/tool/ek-lm3s811
|
|
|
|
#
|
2012-02-10 10:16:04 -06:00
|
|
|
|
|
|
|
# NOTE: newer 811-EK boards (rev C and above) shouldn't use this.
|
|
|
|
# use board/ek-lm3s811.cfg
|
2014-07-28 13:10:45 -05:00
|
|
|
source [find interface/ftdi/luminary-lm3s811.cfg]
|
2012-02-10 10:16:04 -06:00
|
|
|
|
|
|
|
# include the target config
|
2012-02-14 08:20:51 -06:00
|
|
|
set WORKAREASIZE 0x2000
|
2012-02-10 10:16:04 -06:00
|
|
|
set CHIPNAME lm3s811
|
|
|
|
source [find target/stellaris.cfg]
|