You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
8
## [Unreleased]
9
+
9
10
### Added
10
-
* New enums and allocators for Isochronous endpoints
11
+
* New enums and allocators for Isochronous endpoints ([#60](https://github.com/rust-embedded-community/usb-device/pull/60)).
12
+
* Ability to select USB revision ([#116](https://github.com/rust-embedded-community/usb-device/pull/116)).
11
13
12
14
### Changed
13
-
*`EndpointType` enum now has fields for isochronous synchronization and usage.
15
+
*`EndpointType` enum now has fields for isochronous synchronization and usage ([#60](https://github.com/rust-embedded-community/usb-device/pull/60)).
14
16
15
17
## [0.2.9] - 2022-08-02
16
18
19
+
### Added
20
+
* Optional support for defmt ([#76](https://github.com/rust-embedded-community/usb-device/pull/76)).
21
+
17
22
### Fixed
18
23
* Fixed an issue where USB devices were not enumerating on Windows ([#32](https://github.com/rust-embedded-community/usb-device/issues/82))
19
-
* Add optional support for defmt ([#76](https://github.com/rust-embedded-community/usb-device/pull/76))
20
24
* Fixed Suspend state transition so it goes back to the previous state, not just Default ([#97](https://github.com/rust-embedded-community/usb-device/pull/97))
0 commit comments