Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

47 lines (31 loc) · 1.51 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

No unreleased changes yet!

0.2.2 - 2024-04-22

Fixed

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

0.2.1 - 2024-03-06

Added

  • Added the following embedded-io traits to the SerialPort object: Write, WriteReady, Read, and ReadReady, and ErrorType
  • The CdcAcmClass now exposes the IN and OUT endpoints for direct access via the read_ep{_mut} and write_ep{_mut} functions.

0.2.0 - 2023-11-13

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

0.1.1 - 2020-10-03

0.1.0 - 2019-07-24

This is the initial release to crates.io.