embassy/examples/stm32l5
Dario Nieuwenhuis 3af991ab63 usb: unify ControlHandler+DeviceStateHandler, route all control requests to 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).
2023-02-08 00:17:08 +01:00
..
.cargo fix typo 2022-07-11 21:29:01 -06:00
src/bin usb: unify ControlHandler+DeviceStateHandler, route all control requests to all handlers. 2023-02-08 00:17:08 +01:00
build.rs stm32: add USB driver. 2022-06-07 03:29:00 +02:00
Cargo.toml net: split driver trait to a separate crate. 2022-12-26 04:49:08 +01:00