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-io
traits were not implemented if custom buffers were used.
0.2.1 - 2024-03-06
- Added the following
embedded-io
traits to theSerialPort
object:Write
,WriteReady
,Read
, andReadReady
, andErrorType
- The
CdcAcmClass
now 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-device
version bumped to 0.3.0
- [breaking]
Parity::Event
was fixed toParity::Even
0.1.1 - 2020-10-03
This is the initial release to crates.io.