mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-24 10:57:11 +10:00
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>
8 lines
208 B
INI
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]
|