-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sources/tty: apply user-supplied baud rate
Before this commit, dev in --serial /path/to/dev would always be configured for 115200 B/s, even if the user supplied another rate in the manifest via tpiu_baud, e.g. 9600 B/s. A baud rate that converts to a nix::sys::termios::BaudRate that isn't B0 must be supplied. Ideally we should CI this, but that requires a CI refactor so that --serial can be specified. This is non-trivial, and we better handle #77 first.
- Loading branch information
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters