Skip to content

Version 0.5.1

Latest
Compare
Choose a tag to compare
@Rahix Rahix released this 17 Jan 19:46
· 15 commits to main since this release
v0.5.1

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 where no_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