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:
parent
77c9f783bd
commit
d2a07f0494
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user