2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-24 10:57:11 +10:00
openocd/tcl/board/stm32100b_eval.cfg
Spencer Oliver cf811d8e6b cfg: add stm32eval board configs
Increase working area for stm3210e_eval.cfg.
Add new configs for the following boards:
STM321000B-EVAL, STM32100C-EVAL, STM32100B-EVAL

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2010-05-07 14:24:13 +01:00

8 lines
208 B
INI

# This is an STM32 eval board with a single STM32F100VB chip on it.
# http://www.st.com/mcu/contentid-100-110-STM32100B_EVAL.html
# we only have 8k sram
set WORKAREASIZE 8192
source [find target/stm32.cfg]