cfg: update scripts to use new stm32 driver names
[openocd.git] / tcl / board / stm3210b_eval.cfg
blobff3f7771abc8d0bbc0fea94b40f63f2254a1c534
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/stm32f1x.cfg]