summaryrefslogtreecommitdiffstats
path: root/oocd
diff options
context:
space:
mode:
authorroot <root@lab.panaceas.james.local>2019-02-19 13:46:18 +0000
committerroot <root@lab.panaceas.james.local>2019-02-19 13:46:18 +0000
commitb3c6320899d6b27899ab3c67c745e8d3b29af3a2 (patch)
tree41dc7fc5d71a841a416d0d53923de5d1d44277e3 /oocd
parentc84e85e0e9641b006a376fab456ac2efcfdb14e2 (diff)
downloadclock-b3c6320899d6b27899ab3c67c745e8d3b29af3a2.tar.gz
clock-b3c6320899d6b27899ab3c67c745e8d3b29af3a2.tar.bz2
clock-b3c6320899d6b27899ab3c67c745e8d3b29af3a2.zip
working ethernet
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