Skip to content

Reword changelog for baud rate setting on Linux/musl#323

Merged
sirhcel merged 1 commit intoserialport:mainfrom
sirhcel:clarify-changelog-custom-baudrate-musl
Mar 6, 2026
Merged

Reword changelog for baud rate setting on Linux/musl#323
sirhcel merged 1 commit intoserialport:mainfrom
sirhcel:clarify-changelog-custom-baudrate-musl

Conversation

@sirhcel
Copy link
Contributor

@sirhcel sirhcel commented Mar 6, 2026

Emphasize that this approach is about using the flags defined by Rust's libc crate, the ioctl macro from nix to bypass musl here entirely. Musl does not provide support/definitons for termios2 and the corresponding ioctls at all.

Also move the entry to the 'changed' section as I don't consider this a fix and rather an addition.

Emphasize that this approach is about using the flags defined by Rust's libc
crate, the ioctl macro from nix to bypass musl here entirely. Musl does not
provide support/definitons for termios2 and the corresponding ioctls at all.

Also move the entry to the 'changed' section as I don't consider this a fix and
rather an addition.
@sirhcel sirhcel merged commit c86385b into serialport:main Mar 6, 2026
24 of 43 checks passed
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.

1 participant