Skip to content

Commit 8a70eb1

Browse files
authored
Merge branch 'main' into fix-shared-locks-314
2 parents 208539e + c86385b commit 8a70eb1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ project adheres to [Semantic Versioning](https://semver.org/).
1818
these newly enumerated ports may show up with a different type than with
1919
libudev, but they will be finally enumerated at all.
2020
[#311](https://github.com/serialport/serialport-rs/pull/311)
21+
* Enable arbitrary baud rates for Linux musl targets by directly using
22+
`termios2` and the corresponding `ioctl`s `TCGETS2` and `TCSETS2` from nix
23+
and the libc crate. There is no support form musl for `termios2` and we are
24+
directly talking to the kernel and bypassing it here.
25+
[#316](https://github.com/serialport/serialport-rs/pull/316)
2126

2227
### Fixed
23-
24-
* Enable arbitrary baud rates for Linux musl targets by using the `termios2`
25-
(`TCGETS2`/`TCSETS2` + `BOTHER`) path now that required `libc` symbols are
26-
available.
27-
[#316](https://github.com/serialport/serialport-rs/pull/316)
2828
### Removed
2929

3030

0 commit comments

Comments
 (0)