rust-embedded-community / usb-device

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

Implement deferred descriptor writes #74

Open agausmann opened 2 years ago

agausmann commented 2 years ago

Related/motivation: #45

agausmann commented 2 years ago

I don't really like how I structured the documentation for this, it's a little all over the place. Feel free to revise/reorganize/rewrite it.

agausmann commented 2 years ago

Example usage from my work-in-progress USB-MIDI implementation.