tcl/board: Clean up STM32 EVAL boards configurations
Make consistent use of hex memory size for flashing. Delete stm32f10x_128k_eval.cfg. It has no product reference nor any settings in it.
This commit is contained in:
committed by
Øyvind Harboe
parent
9f18afc39e
commit
d33f4a2ad5
@@ -1,8 +1,7 @@
|
||||
# This is an STM32 eval board with a single STM32F10x (128KB) chip.
|
||||
# http://www.st.com/internet/evalboard/product/176090.jsp
|
||||
|
||||
# increase working area for faster flash programming
|
||||
|
||||
set WORKAREASIZE 32768
|
||||
# increase working area to 32KB for faster flash programming
|
||||
set WORKAREASIZE 0x8000
|
||||
|
||||
source [find target/stm32.cfg]
|
||||
|
||||
Reference in New Issue
Block a user