summaryrefslogtreecommitdiffstats
path: root/oocd
diff options
context:
space:
mode:
Diffstat (limited to 'oocd')
-rw-r--r--oocd/board/stm32f407vet6.cfg4
-rw-r--r--oocd/interface/j-link.cfg3
2 files changed, 7 insertions, 0 deletions
diff --git a/oocd/board/stm32f407vet6.cfg b/oocd/board/stm32f407vet6.cfg
new file mode 100644
index 0000000..4ba3a0a
--- /dev/null
+++ b/oocd/board/stm32f407vet6.cfg
@@ -0,0 +1,4 @@
+
+source [find target/stm32f4x.cfg]
+
+reset_config srst_only
diff --git a/oocd/interface/j-link.cfg b/oocd/interface/j-link.cfg
index 3e95768..ab1c025 100644
--- a/oocd/interface/j-link.cfg
+++ b/oocd/interface/j-link.cfg
@@ -3,3 +3,6 @@ telnet_port 4444
gdb_port 3333
source [find interface/jlink.cfg]
+
+
+transport select swd