mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
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:
committed by
Felix Ruess
parent
f94fcec20c
commit
d683d4b52a
@@ -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
|
||||
|
||||
# -----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user