From 910972fcec5f6a575bfe2e1255420b873f5568c8 Mon Sep 17 00:00:00 2001 From: Nemui Trinomius Date: Mon, 18 Aug 2014 23:58:37 +0900 Subject: [PATCH] cfg: Added Nucleo-F411RE board config. It supports STLink/V2-1 debug adapter. Change-Id: Ifbc610cd68ec929608369e69d0b1395fe04956cd Signed-off-by: Nemui Trinomius Reviewed-on: http://openocd.zylin.com/2259 Tested-by: jenkins Reviewed-by: Paul Fertser --- tcl/board/st_nucleo_f411re.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tcl/board/st_nucleo_f411re.cfg diff --git a/tcl/board/st_nucleo_f411re.cfg b/tcl/board/st_nucleo_f411re.cfg new file mode 100644 index 0000000000..1b5fb8919a --- /dev/null +++ b/tcl/board/st_nucleo_f411re.cfg @@ -0,0 +1,11 @@ +# This is an ST NUCLEO F411RE board with a single STM32F411RET6 chip. +# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260320 + +source [find interface/stlink-v2-1.cfg] + +transport select hla_swd + +source [find target/stm32f4x.cfg] + +# use hardware reset, connect under reset +reset_config srst_only srst_nogate -- 2.30.2