From cf811d8e6b7228348658f9211e0628fb725c5466 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 7 May 2010 14:24:13 +0100 Subject: cfg: add stm32eval board configs Increase working area for stm3210e_eval.cfg. Add new configs for the following boards: STM321000B-EVAL, STM32100C-EVAL, STM32100B-EVAL Signed-off-by: Spencer Oliver --- tcl/board/stm32100b_eval.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tcl/board/stm32100b_eval.cfg (limited to 'tcl/board/stm32100b_eval.cfg') 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] -- cgit v1.2.3