summaryrefslogtreecommitdiffstats
path: root/oocd
diff options
context:
space:
mode:
Diffstat (limited to 'oocd')
-rw-r--r--oocd/board/stm32f407zet6.cfg5
-rw-r--r--oocd/stm32-f407.cfg6
2 files changed, 5 insertions, 6 deletions
diff --git a/oocd/board/stm32f407zet6.cfg b/oocd/board/stm32f407zet6.cfg
new file mode 100644
index 0000000..9be7ac5
--- /dev/null
+++ b/oocd/board/stm32f407zet6.cfg
@@ -0,0 +1,5 @@
+
+source [find target/stm32f4x.cfg]
+
+#reset_config srst_only
+reset_config trst_only
diff --git a/oocd/stm32-f407.cfg b/oocd/stm32-f407.cfg
deleted file mode 100644
index 0809223..0000000
--- a/oocd/stm32-f407.cfg
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-telnet_port 4444
-gdb_port 3333
-
-source [find interface/jlink.cfg]
-source [find target/stm32f1x.cfg]