boards/nrf51dk: add pyocd in supported programmers
This commit is contained in:
parent
77c9f783bd
commit
d2a07f0494
@ -11,6 +11,8 @@ PROGRAMMER ?= openocd
|
|||||||
# dap debug adapter is required for openocd
|
# dap debug adapter is required for openocd
|
||||||
ifeq (openocd,$(PROGRAMMER))
|
ifeq (openocd,$(PROGRAMMER))
|
||||||
DEBUG_ADAPTER = dap
|
DEBUG_ADAPTER = dap
|
||||||
|
else ifeq (pyocd, $(PROGRAMMER)) # this boards is also supported by PyOCD
|
||||||
|
include $(RIOTMAKE)/tools/pyocd.inc.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# include nrf51 boards common configuration
|
# include nrf51 boards common configuration
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user