summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2016-09-09 21:09:39 +0000
committerKarl Palsson <karlp@tweak.net.au>2016-09-09 22:16:45 +0000
commitf1138d9cc26ebddf1ff2588173e6c94b60d1cecf (patch)
tree38cd50c67f9a23cc8fe69342e91dc5f69fffb3a9 /tests
parenta5764de19f3f1c34789990b85965ffb9df0d4e9d (diff)
downloadolsndot-f1138d9cc26ebddf1ff2588173e6c94b60d1cecf.tar.gz
olsndot-f1138d9cc26ebddf1ff2588173e6c94b60d1cecf.tar.bz2
olsndot-f1138d9cc26ebddf1ff2588173e6c94b60d1cecf.zip
adc-power: add oocd file for f3 disco
Diffstat (limited to 'tests')
-rw-r--r--tests/adc-power/openocd.stm32f3-disco.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/adc-power/openocd.stm32f3-disco.cfg b/tests/adc-power/openocd.stm32f3-disco.cfg
new file mode 100644
index 0000000..6c91eb7
--- /dev/null
+++ b/tests/adc-power/openocd.stm32f3-disco.cfg
@@ -0,0 +1,12 @@
+source [find interface/stlink-v2.cfg]
+set WORKAREASIZE 0x4000
+source [find target/stm32f3x.cfg]
+
+# my board
+hla_serial "S?n\x06gePQ6G%g"
+
+tpiu config internal swodump.stm32f4-disco.log uart off 72000000
+
+# Uncomment to reset on connect, for grabbing under WFI et al
+reset_config srst_only srst_nogate
+# reset_config srst_only srst_nogate connect_assert_srst