RIOT/boards/calliope-mini/Makefile.include
2021-02-24 13:29:17 +01:00

14 lines
411 B
Makefile

# for this board we support flashing via openocd or pyocd
PROGRAMMER ?= openocd
# This board can be flashed with pyocd
PROGRAMMERS_SUPPORTED += pyocd
OPENOCD_DEBUG_ADAPTER = dap
# PyOCD doesn't recognize automatically the board ID, so target type has to
# be passed explicitly
PYOCD_FLASH_TARGET_TYPE ?= -t nrf51
# include nrf51 boards common configuration
include $(RIOTBOARD)/common/nrf51/Makefile.include