tcl/board: add SPDX tag
[fw/openocd] / tcl / board / stm320518_eval.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # STM320518-EVAL: This is an STM32F0 eval board with a single STM32F051R8T6
4 # (64KB) chip.
5 # http://www.st.com/internet/evalboard/product/252994.jsp
6 #
7
8 # increase working area to 8KB
9 set WORKAREASIZE 0x2000
10
11 # chip name
12 set CHIPNAME STM32F051R8T6
13
14 source [find target/stm32f0x.cfg]