1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nrf51dk: add pyocd in supported programmers

This commit is contained in:
Alexandre Abadie 2018-12-17 13:55:20 +01:00
parent 77c9f783bd
commit d2a07f0494

View File

@ -11,6 +11,8 @@ PROGRAMMER ?= openocd
# dap debug adapter is required for openocd
ifeq (openocd,$(PROGRAMMER))
DEBUG_ADAPTER = dap
else ifeq (pyocd, $(PROGRAMMER)) # this boards is also supported by PyOCD
include $(RIOTMAKE)/tools/pyocd.inc.mk
endif
# include nrf51 boards common configuration