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