aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/st_nucleo_f030r8.cfg9
-rw-r--r--tcl/board/st_nucleo_f103rb.cfg9
-rw-r--r--tcl/board/st_nucleo_f401re.cfg9
3 files changed, 27 insertions, 0 deletions
diff --git a/tcl/board/st_nucleo_f030r8.cfg b/tcl/board/st_nucleo_f030r8.cfg
new file mode 100644
index 0000000..5589c9c
--- /dev/null
+++ b/tcl/board/st_nucleo_f030r8.cfg
@@ -0,0 +1,9 @@
+# This is an ST NUCLEO-F030R8 board with a single STM32F030R8T6 chip.
+# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF259997
+
+source [find interface/stlink-v2-1.cfg]
+
+source [find target/stm32f0x_stlink.cfg]
+
+# use hardware reset, connect under reset
+reset_config srst_only srst_nogate
diff --git a/tcl/board/st_nucleo_f103rb.cfg b/tcl/board/st_nucleo_f103rb.cfg
new file mode 100644
index 0000000..8876db7
--- /dev/null
+++ b/tcl/board/st_nucleo_f103rb.cfg
@@ -0,0 +1,9 @@
+# This is an ST NUCLEO F103RB board with a single STM32F103RBT6 chip.
+# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF259875
+
+source [find interface/stlink-v2-1.cfg]
+
+source [find target/stm32f1x_stlink.cfg]
+
+# use hardware reset, connect under reset
+reset_config srst_only srst_nogate
diff --git a/tcl/board/st_nucleo_f401re.cfg b/tcl/board/st_nucleo_f401re.cfg
new file mode 100644
index 0000000..da84f14
--- /dev/null
+++ b/tcl/board/st_nucleo_f401re.cfg
@@ -0,0 +1,9 @@
+# This is an ST NUCLEO F401RE board with a single STM32F401RET6 chip.
+# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF260000
+
+source [find interface/stlink-v2-1.cfg]
+
+source [find target/stm32f4x_stlink.cfg]
+
+# use hardware reset, connect under reset
+reset_config srst_only srst_nogate