tcl/board: add SPDX tag
[fw/openocd] / tcl / board / stm32429i_eval_stlink.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # STM32429I-EVAL: This is an STM32F4 eval board with a single STM32F429NIH6
4 # (2048KB) chip.
5 # http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1199/PF259093
6 #
7 # This is for using the onboard STLINK/V2
8
9 source [find interface/stlink.cfg]
10
11 transport select hla_swd
12
13 # increase working area to 128KB
14 set WORKAREASIZE 0x20000
15
16 # chip name
17 set CHIPNAME STM32F429NIH6
18
19 source [find target/stm32f4x.cfg]
20
21 reset_config srst_only