9 lines
241 B
INI
9 lines
241 B
INI
|
# This is an STM32 eval board with a single STM32F100VBT6 chip on it.
|
||
|
# http://www.st.com/mcu/contentid-100-110-STM3210B_EVAL.html
|
||
|
|
||
|
# increase working area for faster flash programming
|
||
|
|
||
|
set WORKAREASIZE 32768
|
||
|
|
||
|
source [find target/stm32.cfg]
|