2010-05-07 08:24:13 -05:00
|
|
|
# This is an STM32 eval board with a single STM32F103ZE chip on it.
|
|
|
|
# http://www.st.com/mcu/contentid-100-110-STM3210E_EVAL.html
|
|
|
|
|
|
|
|
# increase working area for faster flash programming
|
|
|
|
|
|
|
|
set WORKAREASIZE 32768
|
2008-11-30 16:25:43 -06:00
|
|
|
|
|
|
|
source [find target/stm32.cfg]
|