mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 19:47:53 +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
208 B
INI
8 lines
208 B
INI
# This is an STM32 eval board with a single STM32F100VBT6 chip.
|
|
# http://www.st.com/internet/evalboard/product/247099.jsp
|
|
|
|
# The chip has only 8KB sram
|
|
set WORKAREASIZE 0x2000
|
|
|
|
source [find target/stm32.cfg]
|