summaryrefslogtreecommitdiff
path: root/embassy-nrf/src/usb.rs
AgeCommit message (Expand)Author
2022-07-21nrf/usb: prevent user code from constructing a PowerUsb directly.Dario Nieuwenhuis
2022-07-09Trait for UsbSupplyhuntc
2022-07-08New constructor to cater for the softdevicehuntc
2022-07-07Puts in the machinery to handle power detected/removedhuntc
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-06-12Add embassy-cortex-m crate.Dario Nieuwenhuis
2022-05-30usb: make ControlPipe accept, reject async.Dario Nieuwenhuis
2022-05-30usb: add first, last params to ControlPipe data_in, data_out.Dario Nieuwenhuis
2022-05-30usb: remove is_stalled, set_stalled from Endpoint.Dario Nieuwenhuis
2022-05-12nrf/usb: fix control out transfers getting corrupted due to ep0rcvout stickin...Dario Nieuwenhuis
2022-05-12usb: parse request in embassy-usb instead of the driver.Dario Nieuwenhuis
2022-05-10usb: merge `alloc_control_pipe` and `into_bus` into `start`.Dario Nieuwenhuis
2022-05-09usb: remove address arg from endpoint allocation.Dario Nieuwenhuis
2022-04-23usb: builtin handling of interface alternate settingsDario Nieuwenhuis
2022-04-13Make Driver::disable async and fix commentalexmoon
2022-04-13Remove dead code on nrf5340alexmoon
2022-04-13Add DeviceStateHandler, DeviceCommand channel, and remote wakeup supportalexmoon
2022-04-09Unify ReadError and WriteError into EndpointErroralexmoon
2022-04-07Fix spurious ControlPipe::data_in errorsalexmoon
2022-04-07Async-ify Driver::enable and UsbDeviceBuilder::buildalexmoon
2022-04-06usb: abort control data in/out on reset or when receiving another SETUP.Dario Nieuwenhuis
2022-04-06Add basic device state handling for endpoints.alexmoon
2022-04-06Simplify hid output report handlingalexmoon
2022-04-06Reduce memory overhead and simplify logic for merging endpoint and control re...alexmoon
2022-04-06usb: centralize all control logging in control.rsDario Nieuwenhuis
2022-04-06nrf/usb: unify in/out wakers for ep0Dario Nieuwenhuis
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-06Support multi-frame data phase control requestsalexmoon
2022-04-06Only copy through RAM when neededalexmoon
2022-04-06nrf/usb: fix wrong DMA read sizeDario Nieuwenhuis
2022-04-06Add support for USB classes handling control requests.alexmoon
2022-04-06nrf/usb: update where clause syntax.Dario Nieuwenhuis
2022-04-06Working CDC-ACM device->hostDario Nieuwenhuis
2022-04-06Working CDC-ACM host->deviceDario Nieuwenhuis
2022-04-06wip: experimental async usb stackDario Nieuwenhuis
2021-12-15undo T:regs in impl UsbPeripheralJacob Rosenthal
2021-12-15use Instance regsJacob Rosenthal
2021-12-15enable USB peripheral for relevant chipsJacob Rosenthal
2021-12-15rename to UsbBusJacob Rosenthal
2021-12-14sorta works, too many interupts?Jacob Rosenthal
2021-12-14dont expose embedded_hal_common::usbJacob Rosenthal
2021-12-14revertJacob Rosenthal
2021-12-13make send, consolidate usb typesJacob Rosenthal
2021-12-13stub out the embassy registers for usbdJacob Rosenthal