Remove other '_s' suffix from structs
[openocd.git] / tcl / board / stm320518_eval.cfg
blob04486fce830daa802ae0016a05bbbc94b36288d5
1 # SPDX-License-Identifier: GPL-2.0-or-later
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
8 # increase working area to 8KB
9 set WORKAREASIZE 0x2000
11 # chip name
12 set CHIPNAME STM32F051R8T6
14 source [find target/stm32f0x.cfg]