From be97da76abdba80a8e67d9c2e893bdbd32565887 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Thu, 11 Dec 2014 16:24:27 +0100 Subject: [PATCH 1/1] Provide genuine F3 nucleo config and source it for STM32F334 Discovery board. The F334 disco board has a stlink V.2-1 as F3 nucleo boards. Normal F3 disco boards use stlink v2 and can't ne used. Change-Id: I77ebef93b184592f25ff18bb2da776d636f60ff0 Signed-off-by: Uwe Bonnes Reviewed-on: http://openocd.zylin.com/2434 Tested-by: jenkins Reviewed-by: Paul Fertser --- tcl/board/{st_nucleo_f334r8.cfg => st_nucleo_f3.cfg} | 0 tcl/board/stm32f334discovery.cfg | 6 ++++++ 2 files changed, 6 insertions(+) rename tcl/board/{st_nucleo_f334r8.cfg => st_nucleo_f3.cfg} (100%) create mode 100644 tcl/board/stm32f334discovery.cfg diff --git a/tcl/board/st_nucleo_f334r8.cfg b/tcl/board/st_nucleo_f3.cfg similarity index 100% rename from tcl/board/st_nucleo_f334r8.cfg rename to tcl/board/st_nucleo_f3.cfg diff --git a/tcl/board/stm32f334discovery.cfg b/tcl/board/stm32f334discovery.cfg new file mode 100644 index 0000000000..be817d7165 --- /dev/null +++ b/tcl/board/stm32f334discovery.cfg @@ -0,0 +1,6 @@ +# This is an STM32F334 discovery board with a single STM32F334C8T6 chip. +# As it is one of the few boards with stlink V.2-1, we source the corresponding +# nucleo file. +# http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/LN1848/PF260318 + +source [find board/st_nucleo_f3.cfg] -- 2.30.2