Skip to content
Snippets Groups Projects
Unverified Commit b6fe1368 authored by Kaspar Schleiser's avatar Kaspar Schleiser Committed by GitHub
Browse files

Merge pull request #8386 from haukepetersen/opt_thingy52_usertt

boards/thingy52: use Segger RTT for STDIO
parents 433a244c f1951f53
No related branches found
No related tags found
No related merge requests found
# 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
...@@ -17,7 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini ...@@ -17,7 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
wsn430-v1_4 yunjia-nrf51822 z1 wsn430-v1_4 yunjia-nrf51822 z1
# The following boards do not have an available UART # The following boards do not have an available UART
BOARD_BLACKLIST += mips-malta pic32-wifire pic32-clicker ruuvitag BOARD_BLACKLIST += mips-malta pic32-wifire pic32-clicker ruuvitag thingy52
# use ethos (ethernet over serial) for network communication and stdio over # use ethos (ethernet over serial) for network communication and stdio over
# UART, but not on native, as native has a tap interface towards the host. # UART, but not on native, as native has a tap interface towards the host.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment