forked from auracaster/openocd
ST recently rewamped (screwed up) their web site and broke all links. Also match the chip names with those on the web site product descriptions.
9 lines
236 B
INI
9 lines
236 B
INI
# This is an STM32 eval board with a single STM32F10x (128KB) chip.
|
|
# http://www.st.com/internet/evalboard/product/176090.jsp
|
|
|
|
# increase working area for faster flash programming
|
|
|
|
set WORKAREASIZE 32768
|
|
|
|
source [find target/stm32.cfg]
|