bluenrg: add support for bluenrg-lps device and board
[fw/openocd] / tcl / board / stm3210b_eval.cfg
index 5e0a5ea39a5310e919b2954ea4b9de48413a4fa7..ff3f7771abc8d0bbc0fea94b40f63f2254a1c534 100644 (file)
@@ -1,8 +1,7 @@
-# This is an STM32 eval board with a single STM32F100VBT6 chip on it.
-# http://www.st.com/mcu/contentid-100-110-STM3210B_EVAL.html
+# This is an STM32 eval board with a single STM32F10x (128KB) chip.
+# http://www.st.com/internet/evalboard/product/176090.jsp
 
-# increase working area for faster flash programming
+# increase working area to 32KB for faster flash programming
+set WORKAREASIZE 0x8000
 
-set WORKAREASIZE 32768
-
-source [find target/stm32.cfg]
+source [find target/stm32f1x.cfg]