Remove other '_s' suffix from structs
[openocd.git] / tcl / board / stm3210c_eval.cfg
blobec56f63a5ed11679d62e48c20cb4879434bdf84e
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # This is an STM32 eval board with a single STM32F107VCT chip.
4 # http://www.st.com/internet/evalboard/product/217965.jsp
6 # increase working area to 32KB for faster flash programming
7 set WORKAREASIZE 0x8000
9 source [find target/stm32f1x.cfg]