svf: add nil option that just runs through the svf file
[openocd/jflash.git] / tcl / board / stm3210b_eval.cfg
blob70798c186705c5b22e90d20d053846c00421404c
1 # This is an STM32 eval board with a single STM32F10x (128KB) chip.
2 # http://www.st.com/internet/evalboard/product/176090.jsp
4 # increase working area to 32KB for faster flash programming
5 set WORKAREASIZE 0x8000
7 source [find target/stm32.cfg]