tcl/board: Fix ST URLs in stm32* eval board configuration files
[fw/openocd] / tcl / board / stm32100b_eval.cfg
1 # This is an STM32 eval board with a single STM32F100VBT6 chip.
2 # http://www.st.com/internet/evalboard/product/247099.jsp
3
4 # we only have 8k sram
5 set WORKAREASIZE 8192
6
7 source [find target/stm32.cfg]