1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

boards/nrf52840-mdk: use common openocd configuration

This commit is contained in:
Alexandre Abadie 2019-01-28 18:05:18 +01:00
parent 3eb17f56fa
commit 171e8589ff
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 5 deletions

View File

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

View File

@ -1,2 +0,0 @@
transport select swd
source [find target/nrf52.cfg]