profirust
Added
SerialPortPhy
now automatically configures low-latency mode for USB-serial adapters on Linux. This is especially necessary for FTDI-based devices as those come with a high latency configured by default.
Fixed
- Fixed a regression from
v0.5.0
whereno_std
builds of profirust were no longer possible. They would fail with errors like the following one:error[E0277]: the trait bound `ManagedSlice<'_, u8>: From<[_; 0]>` is not satisfied