1
0
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:
Alexandre Abadie 2018-08-25 18:17:05 +02:00
parent f5170bb82c
commit 77c9f783bd

View File

@ -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