From 12287ff0a55f929bf840dcb4780d3f77b862c434 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Nov 2014 18:17:44 +0000 Subject: fish --- Makefile.include | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile.include') diff --git a/Makefile.include b/Makefile.include index adfecf6..3eccc25 100644 --- a/Makefile.include +++ b/Makefile.include @@ -27,9 +27,13 @@ ARCH_FLAGS = -mthumb -mcpu=cortex-m3 $(FP_FLAGS) -mfix-cortex-m3-ldrd ################################################################################ # OpenOCD specific variables -OOCD ?= openocd -OOCD_INTERFACE ?= flossjtag -OOCD_BOARD ?= olimex_stm32_h103 +#OOCD ?= openocd +#OOCD_INTERFACE ?= flossjtag +#OOCD_BOARD ?= olimex_stm32_h103 + +OOCD ?= openocd +OOCD_INTERFACE ?= ../interface/j-link.cfg +OOCD_BOARD ?= ../board/STM32F103R_BOARD.cfg ################################################################################ # Black Magic Probe specific variables -- cgit v1.2.3