mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/tools/serial.inc.mk: make use of pyterm session names
This commit is contained in:
parent
20c389870a
commit
2933bbce56
@ -43,8 +43,9 @@ endif
|
||||
|
||||
RIOT_TERMINAL ?= pyterm
|
||||
ifeq ($(RIOT_TERMINAL),pyterm)
|
||||
PYTERMSESSION ?= $(shell date +%Y-%m-%d_%H.%M.%S)-$(APPLICATION)-$(BOARD)
|
||||
TERMPROG ?= $(RIOTTOOLS)/pyterm/pyterm
|
||||
TERMFLAGS ?= -p "$(PORT)" -b "$(BAUD)" $(PYTERMFLAGS)
|
||||
TERMFLAGS ?= -p "$(PORT)" -b "$(BAUD)" -rn "$(PYTERMSESSION)" $(PYTERMFLAGS)
|
||||
else ifeq ($(RIOT_TERMINAL),socat)
|
||||
SOCAT_OUTPUT ?= -
|
||||
TERMPROG ?= $(RIOT_TERMINAL)
|
||||
|
Loading…
Reference in New Issue
Block a user