mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
239 B
Makefile
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
|