tcl/board: add SPDX tag
[fw/openocd] / tcl / board / stm3220g_eval.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # STM3220G-EVAL: This is an STM32F2 eval board with a single STM32F207IGH6
4 # (128KB) chip.
5 # http://www.st.com/internet/evalboard/product/250374.jsp
6
7 # increase working area to 128KB
8 set WORKAREASIZE 0x20000
9
10 # chip name
11 set CHIPNAME STM32F207IGH6
12
13 source [find target/stm32f2x.cfg]