summaryrefslogtreecommitdiff
path: root/embassy-usb
AgeCommit message (Expand)Author
2022-04-06Move data chunking from the driver to the libalexmoon
2022-04-06usb: cleanup and simplify error handling.Dario Nieuwenhuis
2022-04-06usb: cleanup logging.Dario Nieuwenhuis
2022-04-06usb: add -usb-serial crate, fix warnings and stable build.Dario Nieuwenhuis
2022-04-06Add handlers for standard reqs to ControlHandleralexmoon
2022-04-06Add a control_buf to UsbDevicealexmoon
2022-04-06Switch to ControlHandler owned bufs for control_in()alexmoon
2022-04-06usb: update docs on ControlHandler.Dario Nieuwenhuis
2022-04-06usb: simplify buffer handling for Control IN transfers.Dario Nieuwenhuis
2022-04-06usb: nicer names for control structs.Dario Nieuwenhuis
2022-04-06usb: move all control-related stuff to `mod control`.Dario Nieuwenhuis
2022-04-06usb: associate ControlHandlers with interfaces, automatically route requests.Dario Nieuwenhuis
2022-04-06usb: cleanup giant matches in control code.Dario Nieuwenhuis
2022-04-06usb: add `add_class` to builder, so that `FooBarClass::new(&mut builder)` can...Dario Nieuwenhuis
2022-04-06Use trait objects instead of generics for UsbDevice::classesalexmoon
2022-04-06Add support for USB classes handling control requests.alexmoon
2022-04-06Working CDC-ACM device->hostDario Nieuwenhuis
2022-04-06Working CDC-ACM host->deviceDario Nieuwenhuis
2022-04-06wip: experimental async usb stackDario Nieuwenhuis