summaryrefslogtreecommitdiff
path: root/tcl/board/stm32100b_eval.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/board/stm32100b_eval.cfg')
-rw-r--r--tcl/board/stm32100b_eval.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/tcl/board/stm32100b_eval.cfg b/tcl/board/stm32100b_eval.cfg
new file mode 100644
index 00000000..ba9058c3
--- /dev/null
+++ b/tcl/board/stm32100b_eval.cfg
@@ -0,0 +1,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]