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:
parent
ac8ed1eb13
commit
80167b8ba4
@ -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
|
||||
|
||||
|
1
boards/stk3700/dist/openocd.cfg
vendored
1
boards/stk3700/dist/openocd.cfg
vendored
@ -1 +0,0 @@
|
||||
source [find board/efm32.cfg]
|
Loading…
Reference in New Issue
Block a user