This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/442
-- gerrit commit d5e9255abbf241235fd65bca41420b24f3caad18 Author: Spencer Oliver <[email protected]> Date: Fri Feb 10 11:04:11 2012 +0000 cfg: add stm32ldiscovery board config Change-Id: I392fdc4c588783fda1c7d4d6413b86ae9aa3f6b9 Signed-off-by: Spencer Oliver <[email protected]> diff --git a/tcl/board/stm32ldiscovery.cfg b/tcl/board/stm32ldiscovery.cfg new file mode 100644 index 0000000..9f47073 --- /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] -- ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
