1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/stk3700: Use OpenOCD-shipped board file

This commit is contained in:
chrysn 2020-02-14 09:29:32 +01:00
parent ac8ed1eb13
commit 80167b8ba4
2 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ ifeq ($(PROGRAMMER),jlink)
export JLINK_DEVICE := $(CPU_MODEL)
include $(RIOTMAKE)/tools/jlink.inc.mk
else ifeq ($(PROGRAMMER),openocd)
export OPENOCD_CONFIG := board/efm32.cfg
include $(RIOTMAKE)/tools/openocd.inc.mk
endif

View File

@ -1 +0,0 @@
source [find board/efm32.cfg]