RIOT/boards/ruuvitag/Makefile.include
2019-11-18 13:04:42 +01:00

8 lines
244 B
Makefile

# for this board, we are using Segger's RTT as default terminal interface
USEMODULE += stdio_rtt
TERMPROG = $(RIOTTOOLS)/jlink/jlink.sh
TERMFLAGS = term-rtt
# use shared Makefile.include
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.include