Skip to content

Commit

Permalink
boards/native: only use pyterm wrapper with term target
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Jan 16, 2024
1 parent fbae38b commit 3c31000
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions boards/native/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ else
DEBUGGER ?= gdb
endif

# only use pyterm wrapper if term target is requested
ifeq (,$(filter term,$(MAKECMDGOALS)))
RIOT_TERMINAL ?= native
endif

RESET ?= $(RIOTBOARD)/native/dist/reset.sh
FLASHER ?=
FLASHFILE ?= $(ELFFILE)
Expand Down

0 comments on commit 3c31000

Please sign in to comment.