mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
11 lines
258 B
Makefile
11 lines
258 B
Makefile
# use JLink Segger RTT by default
|
|
RIOT_TERMINAL ?= jlink
|
|
|
|
# define pyocd as programmer to program with stlink
|
|
ifeq (pyocd,$(PROGRAMMER))
|
|
FLASH_TARGET_TYPE ?= -t $(CPU)
|
|
endif
|
|
|
|
# use shared Makefile.include
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.include
|