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>
This commit is contained in:
7
tcl/board/stm32100b_eval.cfg
Normal file
7
tcl/board/stm32100b_eval.cfg
Normal file
@@ -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]
|
||||||
8
tcl/board/stm3210b_eval.cfg
Normal file
8
tcl/board/stm3210b_eval.cfg
Normal file
@@ -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]
|
||||||
8
tcl/board/stm3210c_eval.cfg
Normal file
8
tcl/board/stm3210c_eval.cfg
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# This is an STM32 eval board with a single STM32F107VCT chip on it.
|
||||||
|
# http://www.st.com/mcu/contentid-100-110-STM3210C_EVAL.html
|
||||||
|
|
||||||
|
# increase working area for faster flash programming
|
||||||
|
|
||||||
|
set WORKAREASIZE 32768
|
||||||
|
|
||||||
|
source [find target/stm32.cfg]
|
||||||
@@ -1,3 +1,8 @@
|
|||||||
# This is an STM32 eval board with a single STM32F103ZET6 chip on it.
|
# This is an STM32 eval board with a single STM32F103ZE chip on it.
|
||||||
|
# http://www.st.com/mcu/contentid-100-110-STM3210E_EVAL.html
|
||||||
|
|
||||||
|
# increase working area for faster flash programming
|
||||||
|
|
||||||
|
set WORKAREASIZE 32768
|
||||||
|
|
||||||
source [find target/stm32.cfg]
|
source [find target/stm32.cfg]
|
||||||
|
|||||||
Reference in New Issue
Block a user