diff options
author | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-05-07 14:24:13 +0100 |
---|---|---|
committer | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-05-07 14:24:13 +0100 |
commit | cf811d8e6b7228348658f9211e0628fb725c5466 (patch) | |
tree | 6f466fb69435a92cd2c875377949e5b2f16eb76c /tcl/board/stm3210b_eval.cfg | |
parent | f32492c74f29f7efd0d73f8118d0b988bc24f56a (diff) | |
download | openocd+libswd-cf811d8e6b7228348658f9211e0628fb725c5466.tar.gz openocd+libswd-cf811d8e6b7228348658f9211e0628fb725c5466.tar.bz2 openocd+libswd-cf811d8e6b7228348658f9211e0628fb725c5466.tar.xz openocd+libswd-cf811d8e6b7228348658f9211e0628fb725c5466.zip |
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 <ntfreak@users.sourceforge.net>
Diffstat (limited to 'tcl/board/stm3210b_eval.cfg')
-rw-r--r-- | tcl/board/stm3210b_eval.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tcl/board/stm3210b_eval.cfg b/tcl/board/stm3210b_eval.cfg new file mode 100644 index 00000000..5e0a5ea3 --- /dev/null +++ b/tcl/board/stm3210b_eval.cfg @@ -0,0 +1,8 @@ +# This is an STM32 eval board with a single STM32F100VBT6 chip on it. +# http://www.st.com/mcu/contentid-100-110-STM3210B_EVAL.html + +# increase working area for faster flash programming + +set WORKAREASIZE 32768 + +source [find target/stm32.cfg] |