2010-12-19 22:39:03 +00:00
|
|
|
# This is an STM32 eval board with a single STM32F107VCT chip.
|
|
|
|
# http://www.st.com/internet/evalboard/product/217965.jsp
|
2010-05-07 13:24:13 +00:00
|
|
|
|
2010-12-19 22:39:04 +00:00
|
|
|
# increase working area to 32KB for faster flash programming
|
|
|
|
set WORKAREASIZE 0x8000
|
2010-05-07 13:24:13 +00:00
|
|
|
|
|
|
|
source [find target/stm32.cfg]
|