-
Notifications
You must be signed in to change notification settings - Fork 2.1k
boards/lobaro-lorabox: blindly sets TERMFLAGS #12090
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 lorabox 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:
| TERMFLAGS += --set-rts 0 |
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)