Skip to content
Snippets Groups Projects
Unverified Commit 171e8589 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

boards/nrf52840-mdk: use common openocd configuration

parent 3eb17f56
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,6 @@ ifeq (pyocd,$(PROGRAMMER)) ...@@ -10,9 +10,6 @@ ifeq (pyocd,$(PROGRAMMER))
# option is passed explicitly # option is passed explicitly
export FLASH_TARGET_TYPE ?= -t $(CPU) export FLASH_TARGET_TYPE ?= -t $(CPU)
include $(RIOTMAKE)/tools/pyocd.inc.mk include $(RIOTMAKE)/tools/pyocd.inc.mk
else ifeq (openocd,$(PROGRAMMER))
export DEBUG_ADAPTER ?= dap
include $(RIOTMAKE)/tools/openocd.inc.mk
endif endif
include $(RIOTBOARD)/common/nrf52/Makefile.include include $(RIOTBOARD)/common/nrf52/Makefile.include
transport select swd
source [find target/nrf52.cfg]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment