aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorThomas Eichinger <eicht@lepus.uberspace.de>2015-01-22 17:42:52 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2015-01-26 20:55:03 +0000
commit0d9ecc42d16f3a8b7db44a935a777e32bdb6a482 (patch)
treedba6ba31e89958c3dd2604b4555051f181991901 /tcl
parenta1bbf4b75bc68aeed3c72e37b302bb36757401c2 (diff)
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 <eicht@lepus.uberspace.de> Reviewed-on: http://openocd.zylin.com/2489 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/st_nucleo_l1.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/tcl/board/st_nucleo_l1.cfg b/tcl/board/st_nucleo_l1.cfg
new file mode 100644
index 00000000..56e27562
--- /dev/null
+++ b/tcl/board/st_nucleo_l1.cfg
@@ -0,0 +1,10 @@
+# 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]
+
+reset_config srst_only