Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

60 lines (40 loc) · 2.56 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.

Added

  • New enums and allocators for Isochronous endpoints (#60).
  • Ability to select USB revision (#116).
  • Added support for alternate settings on interfaces (#114).
  • Added support for architectures without atomics (#115).

Changed

  • EndpointType enum now has fields for isochronous synchronization and usage (#60).

0.2.9 - 2022-08-02

Added

  • Optional support for defmt (#76).

Fixed

  • Fixed an issue where USB devices were not enumerating on Windows (#32)
  • Fixed Suspend state transition so it goes back to the previous state, not just Default (#97)

0.2.8 - 2021-03-13

0.2.7 - 2020-10-03

0.2.6 - 2020-09-22

0.2.5 - 2020-02-10

0.2.4 - 2020-02-01

0.2.3 - 2019-08-28

0.2.2 - 2019-07-27

0.2.1 - 2019-06-07

0.2.0 - 2019-06-07

0.1.0 - 2019-06-07

This is the initial release to crates.io.