aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorPushpal Sidhu <psidhu.devel@gmail.com>2017-12-05 09:36:17 -0800
committerTomas Vanek <vanekt@fbl.cz>2018-01-13 06:27:11 +0000
commit133e01d2af2a27d4f04c19285a3d561c5cfc92d6 (patch)
treea7ca8d91fdae487337d80c631000d0e951ee8991 /tcl
parentcf2b9cbf5c34c8f71cc84d62db7d12a671eceb55 (diff)
downloadriscv-openocd-133e01d2af2a27d4f04c19285a3d561c5cfc92d6.zip
riscv-openocd-133e01d2af2a27d4f04c19285a3d561c5cfc92d6.tar.gz
riscv-openocd-133e01d2af2a27d4f04c19285a3d561c5cfc92d6.tar.bz2
board: consolidate st_nucleo_l4 boards
We can now use the generic stlink.cfg which allows for both ST-LINK/V2 and V2-1 debuggers. Change-Id: I229c6fe5f6a6a4f2d3c787a49939846f102f9e24 Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com> Reviewed-on: http://openocd.zylin.com/4313 Tested-by: jenkins Reviewed-by: Karl Palsson <karlp@tweak.net.au> Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/st_nucleo_l4.cfg (renamed from tcl/board/st_nucleo_l476rg.cfg)5
1 files changed, 2 insertions, 3 deletions
diff --git a/tcl/board/st_nucleo_l476rg.cfg b/tcl/board/st_nucleo_l4.cfg
index 4426c3b..1ab9da9 100644
--- a/tcl/board/st_nucleo_l476rg.cfg
+++ b/tcl/board/st_nucleo_l4.cfg
@@ -1,5 +1,5 @@
-# This is a ST NUCLEO L476RG board with a single STM32L476RGT6 chip.
-# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF261636
+# Should work with all STM32L4 Nucleo Dev Boards.
+# http://www.st.com/en/evaluation-tools/stm32-mcu-nucleo.html
source [find interface/stlink.cfg]
@@ -9,4 +9,3 @@ source [find target/stm32l4x.cfg]
# use hardware reset
reset_config srst_only srst_nogate
-