1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/thingy52/Makefile.include
2019-11-18 13:04:42 +01:00

8 lines
239 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/nrf52/Makefile.include