From 7e2fb7ce9a445c1a3afc82b47b544d0b75855ea8 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Wed, 18 Apr 2012 10:47:29 +0100 Subject: [PATCH] cfg: add stm32f0discovery board config Change-Id: I4fccdbd4e0a3bc70cd425c910ad1007519098e20 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/570 Reviewed-by: Peter Stuge Tested-by: jenkins --- tcl/board/stm32f0discovery.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tcl/board/stm32f0discovery.cfg diff --git a/tcl/board/stm32f0discovery.cfg b/tcl/board/stm32f0discovery.cfg new file mode 100644 index 0000000000..be71a10110 --- /dev/null +++ b/tcl/board/stm32f0discovery.cfg @@ -0,0 +1,6 @@ +# This is an STM32F0 discovery board with a single STM32F051R8T6 chip. +# http://www.st.com/internet/evalboard/product/253215.jsp + +source [find interface/stlink-v2.cfg] + +source [find target/stm32f0x_stlink.cfg] -- 2.30.2