mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
229 B
Makefile
9 lines
229 B
Makefile
# use JLink Segger RTT by default
|
|
RIOT_TERMINAL ?= jlink
|
|
|
|
# define pyocd as programmer to program with stlink
|
|
PYOCD_FLASH_TARGET_TYPE ?= -t $(CPU)
|
|
|
|
# use shared Makefile.include
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.include
|