mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
boards/thingy52: use Segger RTT for STDIO
This commit is contained in:
parent
d18b0d2a02
commit
ea18be3085
@ -1,9 +1,10 @@
|
||||
# CPU configuration for the Thingy:52
|
||||
CPU_MODEL = nrf52832xxaa
|
||||
|
||||
# override default PORT
|
||||
PORT_LINUX ?= /dev/ttyUSB0
|
||||
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
|
||||
# for this board, we are using Segger's RTT as default terminal interface
|
||||
USEMODULE += rtt_stdio
|
||||
TERMPROG = $(RIOTBASE)/dist/tools/jlink/jlink.sh
|
||||
TERMFLAGS = term_rtt
|
||||
|
||||
# use shared Makefile.include
|
||||
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user