embassy/embassy-usb/src
Dario Nieuwenhuis a9c061bc5d usb: add high-level byte-oriented USB serial implementation.
Fixes #1588

The previous packet-level implementation is moved to `embassy_usb::class::cdc_acm::low_level`.
2023-06-27 11:29:56 +02:00
..
class usb: add high-level byte-oriented USB serial implementation. 2023-06-27 11:29:56 +02:00
builder.rs Address review comments 2023-03-27 18:21:11 +02:00
control.rs usb: unify ControlHandler+DeviceStateHandler, route all control requests to all handlers. 2023-02-08 00:17:08 +01:00
descriptor_reader.rs usb: unify ControlHandler+DeviceStateHandler, route all control requests to all handlers. 2023-02-08 00:17:08 +01:00
descriptor.rs usb: docs 2023-01-31 22:27:19 +01:00
fmt.rs wip: experimental async usb stack 2022-04-06 05:38:11 +02:00
lib.rs usb: add high-level byte-oriented USB serial implementation. 2023-06-27 11:29:56 +02:00
msos.rs Fix some typos 2023-05-08 23:25:01 +02:00
types.rs usb: use InterfaceNumber in msos. 2023-02-08 00:30:53 +01:00