tcl/board: add SPDX tag
[fw/openocd] / tcl / board / stm32f7discovery.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # This is an STM32F7 discovery board with a single STM32F756NGH6 chip.
4 # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1848/PF261641
5
6 # This is for using the onboard STLINK/V2-1
7 source [find interface/stlink.cfg]
8
9 transport select hla_swd
10
11 # increase working area to 256KB
12 set WORKAREASIZE 0x40000
13
14 source [find target/stm32f7x.cfg]
15
16 reset_config srst_only