File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments