Remove other '_s' suffix from structs
[openocd.git] / tcl / board / stm32f7discovery.cfg
blob4cc22ea6253d9f1651289f772ad94cbe75bd7762
1 # SPDX-License-Identifier: GPL-2.0-or-later
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
6 # This is for using the onboard STLINK/V2-1
7 source [find interface/stlink.cfg]
9 transport select hla_swd
11 # increase working area to 256KB
12 set WORKAREASIZE 0x40000
14 source [find target/stm32f7x.cfg]
16 reset_config srst_only