blob: ba9058c3dbb360f38a41474e3b1a25df6e5dd822 (
plain)
1
2
3
4
5
6
7
|
# 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]
|