mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
Merge pull request #12095 from cladmi/pr/pyterm/pytermflags
boards/msba2/lobaro-lorabox: change TERMFLAGS to PYTERMFLAGS
This commit is contained in:
commit
50194802d3
@ -16,7 +16,7 @@ PORT_LINUX ?= /dev/ttyUSB0
|
||||
# This does not make a lot of sense, but it has the same value as the previous code
|
||||
PORT_DARWIN ?= /dev/tty.usbserial-ARM
|
||||
|
||||
TERMFLAGS += -tg -p "$(PORT)"
|
||||
PYTERMFLAGS += -tg
|
||||
include $(RIOTMAKE)/tools/serial.inc.mk
|
||||
|
||||
export CFLAGS_CPU = -mcpu=arm7tdmi-s
|
||||
|
||||
@ -17,4 +17,4 @@ FLASHFILE ?= $(BINFILE)
|
||||
# -l 0x1ff: amount of sectors to erase
|
||||
FFLAGS += -p $(PORT) -e -u -S -l 0x1ff -w $(FLASHFILE)
|
||||
|
||||
TERMFLAGS += --set-rts 0
|
||||
PYTERMFLAGS += --set-rts 0
|
||||
|
||||
@ -15,7 +15,7 @@ export BAUD ?= 115200
|
||||
RIOT_TERMINAL ?= pyterm
|
||||
ifeq ($(RIOT_TERMINAL),pyterm)
|
||||
TERMPROG ?= $(RIOTTOOLS)/pyterm/pyterm
|
||||
TERMFLAGS ?= -p "$(PORT)" -b "$(BAUD)"
|
||||
TERMFLAGS ?= -p "$(PORT)" -b "$(BAUD)" $(PYTERMFLAGS)
|
||||
else ifeq ($(RIOT_TERMINAL),socat)
|
||||
SOCAT_OUTPUT ?= -
|
||||
TERMPROG ?= $(RIOT_TERMINAL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user