boards/thingy52: use Segger RTT for STDIO

This commit is contained in:
Hauke Petersen 2018-01-19 22:43:26 +01:00
parent d18b0d2a02
commit ea18be3085

View File

@ -1,9 +1,10 @@
# CPU configuration for the Thingy:52 # CPU configuration for the Thingy:52
CPU_MODEL = nrf52832xxaa CPU_MODEL = nrf52832xxaa
# override default PORT # for this board, we are using Segger's RTT as default terminal interface
PORT_LINUX ?= /dev/ttyUSB0 USEMODULE += rtt_stdio
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*))) TERMPROG = $(RIOTBASE)/dist/tools/jlink/jlink.sh
TERMFLAGS = term_rtt
# use shared Makefile.include # use shared Makefile.include
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.include include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.include