embassy/embassy-usb/src
Dario Nieuwenhuis 1ec2e5672f usb: remove is_stalled, set_stalled from Endpoint.
They're unused, and I believe it's not allowed for classes to
stall EPs on their own?
2022-05-30 00:07:15 +02:00
..
builder.rs usb: remove address arg from endpoint allocation. 2022-05-09 02:07:48 +02:00
control.rs usb: merge Control logic into main code. 2022-05-09 03:43:24 +02:00
descriptor.rs usb: simplify control in/out handlng, calling response from a single place. 2022-05-09 02:11:02 +02:00
descriptor_reader.rs usb: builtin handling of interface alternate settings 2022-04-23 01:11:10 +02:00
driver.rs usb: remove is_stalled, set_stalled from Endpoint. 2022-05-30 00:07:15 +02:00
fmt.rs wip: experimental async usb stack 2022-04-06 05:38:11 +02:00
lib.rs usb: delay bus.set_address() to after ending the control transfer. 2022-05-30 00:03:36 +02:00
types.rs usb: builtin handling of interface alternate settings 2022-04-23 01:11:10 +02:00