embassy/examples/rp
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 Change log level to debug 2022-12-23 23:14:58 +01:00
assets rp/examples: add spi_display example 2021-07-20 10:06:57 +02:00
src/bin usb: unify ControlHandler+DeviceStateHandler, route all control requests to all handlers. 2023-02-08 00:17:08 +01:00
build.rs Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
Cargo.toml rp: switch to released 0.2.1 pio crate. 2022-12-26 22:30:22 +01:00
memory.x Move examples to a subdirectory 2021-06-02 01:32:19 +02:00