Skip to content

Releases: rust-embedded-community/usbd-serial

v0.2.2

22 Apr 15:04
7331c49
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the embedded-io traits were not implemented if custom buffers were used.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

06 Mar 09:15
d8936bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

13 Nov 15:56
92245e9
Compare
Choose a tag to compare

Added

  • Support assigning interface name strings to the control and data interfaces
  • Changed default baud rate from 8000 bps to 9600 bps

Changed

  • usb-device version bumped to 0.3.0

Fixed

  • [breaking] Parity::Event was fixed to Parity::Even