Skip to content

Commit

Permalink
boards/pinetime: fix jlink rtt configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie authored and fjmolinas committed Jan 15, 2020
1 parent a3bf3ef commit 81dbba2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions boards/pinetime/Makefile.dep
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DEFAULT_MODULE += stdio_rtt

# include common nrf52 dependencies
include $(RIOTBOARD)/common/nrf52/nrf52832/Makefile.dep
include $(RIOTBOARD)/common/nrf52/Makefile.dep
7 changes: 3 additions & 4 deletions boards/pinetime/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# 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 JLink Segger RTT by default
RIOT_TERMINAL ?= jlink
include $(RIOTMAKE)/tools/serial.inc.mk

# use shared Makefile.include
include $(RIOTBOARD)/common/nrf52/Makefile.include

0 comments on commit 81dbba2

Please sign in to comment.