1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #11105 from aabadie/pr/boards/nrf52840-mdk-openocd-fix

boards/nrf52840-mdk: fix openocd programmer configuration
This commit is contained in:
Alexandre Abadie 2019-03-06 21:58:34 +01:00 committed by GitHub
commit 1da26d5690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@ ifeq (pyocd,$(PROGRAMMER))
# option is passed explicitly
export FLASH_TARGET_TYPE ?= -t $(CPU)
include $(RIOTMAKE)/tools/pyocd.inc.mk
else ifeq (openocd,$(PROGRAMMER))
DEBUG_ADAPTER = dap
endif
include $(RIOTBOARD)/common/nrf52/Makefile.include