mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/calliope-mini: enable pyocd programmer option
This commit is contained in:
parent
b4fcccc8fe
commit
ccebd2bd2f
@ -18,6 +18,11 @@ ifeq (fscopy,$(PROGRAMMER))
|
||||
export DEBUGSERVER =
|
||||
else ifeq (openocd,$(PROGRAMMER))
|
||||
DEBUG_ADAPTER = dap
|
||||
else ifeq (pyocd,$(PROGRAMMER))
|
||||
# PyOCD doesn't recognize automatically the board ID, so target type has to
|
||||
# be passed explicitly
|
||||
export FLASH_TARGET_TYPE ?= -t nrf51
|
||||
include $(RIOTMAKE)/tools/pyocd.inc.mk
|
||||
endif
|
||||
|
||||
# include nrf51 boards common configuration
|
||||
|
Loading…
Reference in New Issue
Block a user