mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 10:08:37 +10:00
Make consistent use of hex memory size for flashing. Delete stm32f10x_128k_eval.cfg. It has no product reference nor any settings in it.
8 lines
244 B
INI
8 lines
244 B
INI
# This is an STM32 eval board with a single STM32F10x (128KB) chip.
|
|
# http://www.st.com/internet/evalboard/product/176090.jsp
|
|
|
|
# increase working area to 32KB for faster flash programming
|
|
set WORKAREASIZE 0x8000
|
|
|
|
source [find target/stm32.cfg]
|