Skip to content
Snippets Groups Projects
Commit 77c9f783 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

boards/microbit: add pyocd in supported programmers

parent f5170bb8
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ ifeq (fscopy,$(PROGRAMMER)) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment