summaryrefslogtreecommitdiff
path: root/tests/adc-power/Makefile.stm32f072-disco
diff options
context:
space:
mode:
Diffstat (limited to 'tests/adc-power/Makefile.stm32f072-disco')
-rw-r--r--tests/adc-power/Makefile.stm32f072-disco6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/adc-power/Makefile.stm32f072-disco b/tests/adc-power/Makefile.stm32f072-disco
index 99eade8..63917f3 100644
--- a/tests/adc-power/Makefile.stm32f072-disco
+++ b/tests/adc-power/Makefile.stm32f072-disco
@@ -15,5 +15,9 @@ VPATH += $(SHARED_DIR)
INCLUDES += $(patsubst %,-I%, . $(SHARED_DIR))
OPENCM3_DIR=../../libopencm3
-include ../../rules.stm32f0.mk
+DEVICE=stm32f072rb
+#OOCD_INTERFACE = stlink-v2
+#OOCD_TARGET = stm32f0x
+OOCD_FILE = ../../openocd/openocd.stm32f072-disco.cfg
+
include ../../rules.mk