| Commit message (Expand) | Author | Age | Files | Lines |
| * | nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53. | Dario Nieuwenhuis | 2023-03-06 | 1 | -1028/+0 |
| * | nrf: docs. | Dario Nieuwenhuis | 2023-02-01 | 1 | -26/+64 |
| * | usb: docs | Dario Nieuwenhuis | 2023-01-31 | 1 | -4/+4 |
| * | Refactor embassy-usb address handling to allow reordering of status resoponse | chemicstry | 2023-01-11 | 1 | -5/+5 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -210/+171 |
| * | Update usb | Dion Dokter | 2022-10-26 | 1 | -7/+7 |
| * | usb: make HALs depend only on embassy-usb-driver. | Dario Nieuwenhuis | 2022-09-27 | 1 | -4/+2 |
| * | usb: split driver trait to separate crate. | Dario Nieuwenhuis | 2022-09-26 | 1 | -8/+9 |
| * | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 1 | -2/+1 |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| * | Merge #890 | bors[bot] | 2022-08-02 | 1 | -1/+1 |
| |\ |
|
| | * | Implement UsbSupply for a reference of SignalledSupply | Matous Hybl | 2022-08-02 | 1 | -1/+1 |
| * | | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -1/+1 |
| * | | nrf: replace PhantomData usages with PeripheralRef. | Dario Nieuwenhuis | 2022-07-23 | 1 | -10/+10 |
| * | | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -9/+5 |
| * | | nrf/usb: prevent user code from constructing a PowerUsb directly. | Dario Nieuwenhuis | 2022-07-21 | 1 | -2/+4 |
| |/ |
|
| * | Trait for UsbSupply | huntc | 2022-07-09 | 1 | -75/+149 |
| * | New constructor to cater for the softdevice | huntc | 2022-07-08 | 1 | -2/+21 |
| * | Puts in the machinery to handle power detected/removed | huntc | 2022-07-07 | 1 | -3/+67 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -44/+15 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -2/+2 |
| * | usb: make ControlPipe accept, reject async. | Dario Nieuwenhuis | 2022-05-30 | 1 | -7/+13 |
| * | usb: add first, last params to ControlPipe data_in, data_out. | Dario Nieuwenhuis | 2022-05-30 | 1 | -4/+13 |
| * | usb: remove is_stalled, set_stalled from Endpoint. | Dario Nieuwenhuis | 2022-05-30 | 1 | -41/+19 |
| * | nrf/usb: fix control out transfers getting corrupted due to ep0rcvout stickin... | Dario Nieuwenhuis | 2022-05-12 | 1 | -14/+11 |
| * | usb: parse request in embassy-usb instead of the driver. | Dario Nieuwenhuis | 2022-05-12 | 1 | -9/+4 |
| * | usb: merge `alloc_control_pipe` and `into_bus` into `start`. | Dario Nieuwenhuis | 2022-05-10 | 1 | -33/+14 |
| * | usb: remove address arg from endpoint allocation. | Dario Nieuwenhuis | 2022-05-09 | 1 | -38/+21 |
| * | usb: builtin handling of interface alternate settings | Dario Nieuwenhuis | 2022-04-23 | 1 | -43/+67 |
| * | Make Driver::disable async and fix comment | alexmoon | 2022-04-13 | 1 | -3/+6 |
| * | Remove dead code on nrf5340 | alexmoon | 2022-04-13 | 1 | -0/+2 |
| * | Add DeviceStateHandler, DeviceCommand channel, and remote wakeup support | alexmoon | 2022-04-13 | 1 | -35/+69 |
| * | Unify ReadError and WriteError into EndpointError | alexmoon | 2022-04-09 | 1 | -13/+13 |
| * | Fix spurious ControlPipe::data_in errors | alexmoon | 2022-04-07 | 1 | -6/+6 |
| * | Async-ify Driver::enable and UsbDeviceBuilder::build | alexmoon | 2022-04-07 | 1 | -23/+35 |
| * | usb: abort control data in/out on reset or when receiving another SETUP. | Dario Nieuwenhuis | 2022-04-06 | 1 | -29/+42 |
| * | Add basic device state handling for endpoints. | alexmoon | 2022-04-06 | 1 | -51/+129 |
| * | Simplify hid output report handling | alexmoon | 2022-04-06 | 1 | -15/+5 |
| * | Reduce memory overhead and simplify logic for merging endpoint and control re... | alexmoon | 2022-04-06 | 1 | -5/+15 |
| * | usb: centralize all control logging in control.rs | Dario Nieuwenhuis | 2022-04-06 | 1 | -2/+0 |
| * | nrf/usb: unify in/out wakers for ep0 | Dario Nieuwenhuis | 2022-04-06 | 1 | -11/+12 |
| * | Move data chunking from the driver to the lib | alexmoon | 2022-04-06 | 1 | -98/+55 |
| * | usb: cleanup and simplify error handling. | Dario Nieuwenhuis | 2022-04-06 | 1 | -11/+7 |
| * | usb: cleanup logging. | Dario Nieuwenhuis | 2022-04-06 | 1 | -8/+10 |
| * | usb: add -usb-serial crate, fix warnings and stable build. | Dario Nieuwenhuis | 2022-04-06 | 1 | -4/+7 |
| * | Support multi-frame data phase control requests | alexmoon | 2022-04-06 | 1 | -29/+54 |
| * | Only copy through RAM when needed | alexmoon | 2022-04-06 | 1 | -3/+9 |
| * | nrf/usb: fix wrong DMA read size | Dario Nieuwenhuis | 2022-04-06 | 1 | -1/+1 |
| * | Add support for USB classes handling control requests. | alexmoon | 2022-04-06 | 1 | -152/+272 |
| * | nrf/usb: update where clause syntax. | Dario Nieuwenhuis | 2022-04-06 | 1 | -12/+3 |