OpenOCD moved the location of scripts. This patch fixes the defaults. (#2059)

needs openocd 0.6 or higher, which should be the case on all our supported ubuntu versions
This commit is contained in:
Piotr Esden-Tempski
2017-05-13 12:19:54 -07:00
committed by Felix Ruess
parent f94fcec20c
commit d683d4b52a
10 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ BOARD_CFG=\"boards/$(BOARD).h\"
ARCH=stm32
$(TARGET).ARCHDIR = $(ARCH)
# not needed?
$(TARGET).OOCD_INTERFACE=flossjtag
$(TARGET).OOCD_INTERFACE=ftdi/flossjtag
$(TARGET).LDSCRIPT=$(SRC_ARCH)/cjmcu.ld
# -----------------------------------------------------------------------