Skip to content

Commit ded2b29

Browse files
UweBonnesntfreak
authored andcommitted
stm32f0/nucleo: Use only one configuration for all stm32f0 nucleo boards.
Change-Id: Ib2ddcd7a92c0d7ad503ef8e953f2bc304241a9f0 Signed-off-by: Uwe Bonnes <[email protected]> Reviewed-on: http://openocd.zylin.com/2396 Tested-by: jenkins Reviewed-by: Spencer Oliver <[email protected]>
1 parent 43aadbf commit ded2b29

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

tcl/board/st_nucleo_f0.cfg

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This is for all ST NUCLEO with any STM32F0. Know Boards at the moment:
2+
# STM32F030R8
3+
# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF259997
4+
# NUCLEO-F072RB
5+
# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF259997
6+
# STM32F091RC
7+
# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260944
8+
9+
source [find interface/stlink-v2-1.cfg]
10+
11+
transport select hla_swd
12+
13+
source [find target/stm32f0x.cfg]
14+
15+
# use hardware reset, connect under reset
16+
reset_config srst_only srst_nogate

tcl/board/st_nucleo_f030r8.cfg

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)