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]
|