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:
parent
3eb17f56fa
commit
171e8589ff
@ -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
|
||||
|
2
boards/nrf52840-mdk/dist/openocd.cfg
vendored
2
boards/nrf52840-mdk/dist/openocd.cfg
vendored
@ -1,2 +0,0 @@
|
||||
transport select swd
|
||||
source [find target/nrf52.cfg]
|
Loading…
Reference in New Issue
Block a user