This is an automated email from Gerrit.

Thomas Eichinger (ei...@lepus.uberspace.de) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/2489

-- gerrit

commit 0f609175cb87cfd3b24aeabca997824e6312bc18
Author: Thomas Eichinger <ei...@lepus.uberspace.de>
Date:   Thu Jan 22 17:42:52 2015 +0100

    tcl/board: Add ST NUCLEO L152RE configuration
    
    Added support for the ST nucleo l152re board with a stm32l152ret6 MCU,      
              analog to st_nucleo_f* configurations.
    
    Change-Id: Id2c61dc7a7cb2e1cc64442191b367bab4247bdeb
    Signed-off-by: Thomas Eichinger <ei...@lepus.uberspace.de>

diff --git a/tcl/board/st_nucleo_l152re.cfg b/tcl/board/st_nucleo_l152re.cfg
new file mode 100644
index 0000000..1def8ff
--- /dev/null
+++ b/tcl/board/st_nucleo_l152re.cfg
@@ -0,0 +1,11 @@
+# This is an ST NUCLEO L152RE board with a single STM32L152RET6 chip.
+# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260002
+
+source [find interface/stlink-v2-1.cfg]
+
+transport select hla_swd
+
+source [find target/stm32l1.cfg]
+
+# use hardware reset, connect under reset
+reset_config srst_only srst_nogate
\ No newline at end of file

-- 

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to