-
Notifications
You must be signed in to change notification settings - Fork 2.1k
boards/msba2: blindly sets TERMFLAGS #12089
Copy link
Copy link
Closed
Labels
Area: boardsArea: Board portsArea: Board portsArea: build systemArea: Build systemArea: Build systemArea: toolsArea: Supplementary toolsArea: Supplementary toolsType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
Description
The msba2 board directly sets termflags in a way that it break when the user requests a terminal different from the default (pyterm).
Steps to reproduce the issue
Try to use RIOT_TERMINAL=socat.
This is the offending line:
RIOT/boards/common/msba2/Makefile.include
Line 19 in e2b2b8e
| TERMFLAGS += -tg -p "$(PORT)" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: boardsArea: Board portsArea: Board portsArea: build systemArea: Build systemArea: Build systemArea: toolsArea: Supplementary toolsArea: Supplementary toolsType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)