mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
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))
|
||||
# this board uses a daplink adapter by default
|
||||
DEBUG_ADAPTER = dap
|
||||
else ifeq (pyocd, $(PROGRAMMER))
|
||||
include $(RIOTMAKE)/tools/pyocd.inc.mk
|
||||
endif
|
||||
|
||||
# include nrf51 boards common configuration
|
||||
|
Loading…
Reference in New Issue
Block a user