From 19edcec87258041a1a2920f88cc8d662b7ffb5af Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 10 Feb 2012 11:04:11 +0000 Subject: [PATCH] cfg: add stm32ldiscovery board config Change-Id: I392fdc4c588783fda1c7d4d6413b86ae9aa3f6b9 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/442 Tested-by: jenkins Reviewed-by: Peter Stuge --- tcl/board/stm32ldiscovery.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tcl/board/stm32ldiscovery.cfg diff --git a/tcl/board/stm32ldiscovery.cfg b/tcl/board/stm32ldiscovery.cfg new file mode 100644 index 0000000000..9f47073111 --- /dev/null +++ b/tcl/board/stm32ldiscovery.cfg @@ -0,0 +1,6 @@ +# This is an STM32L discovery board with a single STM32L152RBT6 chip. +# http://www.st.com/internet/evalboard/product/250990.jsp + +source [find interface/stlink-v2.cfg] + +source [find target/stm32lx_stlink.cfg] -- 2.30.2