tcl/board: add SPDX tag
[fw/openocd] / tcl / board / stm32100b_eval.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # This is an STM32 eval board with a single STM32F100VBT6 chip.
4 # http://www.st.com/internet/evalboard/product/247099.jsp
5
6 # The chip has only 8KB sram
7 set WORKAREASIZE 0x2000
8
9 source [find target/stm32f1x.cfg]