rust-embedded-community / usb-device

Experimental device-side USB framework for microcontrollers in Rust.
MIT License
413 stars 77 forks source link

Preparing for 0.3.2 release #146

Closed ryan-summers closed 3 months ago

ryan-summers commented 4 months ago

This PR prepares the crate for a 0.3.2 release to get some fixes out. Specifically, this should reduce code size for users and fix issues with Windows enumeration.

I'm going to look at some API updates for a 0.4 release later and want to cut these changes out as a patch before we go down a semver-breaking update again, since there's a lot of downstream dependencies to update as well.