boards/microbit: add pyocd in supported programmers
This commit is contained in:
parent
f5170bb82c
commit
77c9f783bd
@ -19,6 +19,8 @@ ifeq (fscopy,$(PROGRAMMER))
|
|||||||
else ifeq (openocd,$(PROGRAMMER))
|
else ifeq (openocd,$(PROGRAMMER))
|
||||||
# this board uses a daplink adapter by default
|
# this board uses a daplink adapter by default
|
||||||
DEBUG_ADAPTER = dap
|
DEBUG_ADAPTER = dap
|
||||||
|
else ifeq (pyocd, $(PROGRAMMER))
|
||||||
|
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