Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable termios baudrate configuration for macOS #341

Closed

Conversation

srmainwaring
Copy link
Contributor

Closes #340

Ensure that the baud rate is set in the termios attributes when compiling with clang on macOS.

@richiprosima
Copy link
Contributor

Build status:

  • Linux Build Status
  • Windows Build Status

@pablogs9
Copy link
Member

pablogs9 commented Sep 4, 2023

Pleas rebase this PR on top of develop branch, master is only used for releases

@pablogs9 pablogs9 changed the base branch from master to develop September 4, 2023 06:50
- termios.h on macOS does not define the macro _HAVE_STRUCT_TERMIOS_C_ISPEED.

Signed-off-by: Rhys Mainwaring <[email protected]>
@srmainwaring
Copy link
Contributor Author

srmainwaring commented Sep 7, 2023

Pleas rebase this PR on top of develop branch, master is only used for releases

Rebased onto develop from master and force pushed.

@pablogs9
Copy link
Member

pablogs9 commented Sep 7, 2023

Thanks, let's wait for CI

@pablogs9
Copy link
Member

pablogs9 commented Sep 8, 2023

Sorry, Jenkins has not been triggered due to this branch change... Could you please close this PR and open a new one directly on develop branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Baud rate is not set in SerialAgent on macOS
3 participants