summaryrefslogtreecommitdiff
path: root/openocd/openocd.stm32f072disco.cfg
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2018-07-17 15:43:26 +0200
committerjaseg <git@jaseg.net>2018-07-17 15:43:26 +0200
commit6df66b77ba5b27bce5630694742f2dac57b8d3eb (patch)
treefc14370fdea41b6d7a672758aa89886b9107f78c /openocd/openocd.stm32f072disco.cfg
parent90ce052d82daa86e1e86ab4dac7fbba0cdda8680 (diff)
downloadolsndot-6df66b77ba5b27bce5630694742f2dac57b8d3eb.tar.gz
olsndot-6df66b77ba5b27bce5630694742f2dac57b8d3eb.tar.bz2
olsndot-6df66b77ba5b27bce5630694742f2dac57b8d3eb.zip
Isolate usb-serial-rs485 tree
Diffstat (limited to 'openocd/openocd.stm32f072disco.cfg')
-rw-r--r--openocd/openocd.stm32f072disco.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/openocd/openocd.stm32f072disco.cfg b/openocd/openocd.stm32f072disco.cfg
deleted file mode 100644
index f43f168..0000000
--- a/openocd/openocd.stm32f072disco.cfg
+++ /dev/null
@@ -1,14 +0,0 @@
-source [find interface/stlink-v2.cfg]
-set WORKAREASIZE 0x4000
-source [find target/stm32f0x.cfg]
-
-source [find openocd.common.cfg]
-optional_local "openocd.stm32f072disco.local.cfg"
-
-# no trace on cm0
-#tpiu config internal swodump.stm32f4disco.log uart off 168000000
-
-# 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
-