embassy/examples/nrf52840
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 Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
src/bin usb: unify ControlHandler+DeviceStateHandler, route all control requests to all handlers. 2023-02-08 00:17:08 +01:00
build.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
Cargo.toml Convert MS OS descriptor builder to a writer API 2023-02-07 14:24:35 -05:00
memory.x Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00