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 an issue where the
embedded-iotraits were not implemented if custom buffers were used.
0.2.1 - 2024-03-06
- Added the following
embedded-iotraits to theSerialPortobject:Write,WriteReady,Read, andReadReady, andErrorType - The
CdcAcmClassnow exposes the IN and OUT endpoints for direct access via theread_ep{_mut}andwrite_ep{_mut}functions.
0.2.0 - 2023-11-13
- Support assigning interface name strings to the control and data interfaces
- Changed default baud rate from 8000 bps to 9600 bps
usb-deviceversion bumped to 0.3.0
- [breaking]
Parity::Eventwas fixed toParity::Even
0.1.1 - 2020-10-03
This is the initial release to crates.io.