aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Apply Pedantic Clippy LintsRafael Bachmann2023-10-151-3/+5
|
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to ↵Dario Nieuwenhuis2023-02-081-0/+1
| | | | | | | | all handlers. - Allows classes to handle vendor requests. - Allows classes to use a single handler for multiple interfaces. - Allows classes to access the other events (previously only `reset` was available).
* usb: make max interface count configurable at compile time.Dario Nieuwenhuis2023-02-081-0/+93