| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | usb: split driver trait to separate crate. | Dario Nieuwenhuis | 2022-09-26 | 1 | -232/+0 |
| | | |||||
| * | nRF documentation warning fixes | Ulf Lilleengen | 2022-08-22 | 1 | -3/+3 |
| | | |||||
| * | Puts in the machinery to handle power detected/removed | huntc | 2022-07-07 | 1 | -0/+6 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -8/+2 |
| | | |||||
| * | usb: make ControlPipe accept, reject async. | Dario Nieuwenhuis | 2022-05-30 | 1 | -2/+8 |
| | | |||||
| * | usb: add first, last params to ControlPipe data_in, data_out. | Dario Nieuwenhuis | 2022-05-30 | 1 | -2/+8 |
| | | |||||
| * | usb: remove is_stalled, set_stalled from Endpoint. | Dario Nieuwenhuis | 2022-05-30 | 1 | -9/+0 |
| | | | | | | They're unused, and I believe it's not allowed for classes to stall EPs on their own? | ||||
| * | usb: parse request in embassy-usb instead of the driver. | Dario Nieuwenhuis | 2022-05-12 | 1 | -3/+1 |
| | | |||||
| * | usb: merge `alloc_control_pipe` and `into_bus` into `start`. | Dario Nieuwenhuis | 2022-05-10 | 1 | -9/+10 |
| | | | | | | This prevents calling `alloc_control_pipe` twice at compile time, which was always an error. | ||||
| * | usb: remove address arg from endpoint allocation. | Dario Nieuwenhuis | 2022-05-09 | 1 | -2/+0 |
| | | |||||
| * | usb: builtin handling of interface alternate settings | Dario Nieuwenhuis | 2022-04-23 | 1 | -5/+5 |
| | | | | | | | | | The stack reads its own descriptors to figure out which endpoints are used in which alt settings, and enables/disables them as needed. The ControlHandler has a callback so it can get notified of alternate setting changes, which is purely informative (it doesn't have to do anything). | ||||
| * | Make Driver::disable async and fix comment | alexmoon | 2022-04-13 | 1 | -3/+4 |
| | | |||||
| * | Add DeviceStateHandler, DeviceCommand channel, and remote wakeup support | alexmoon | 2022-04-13 | 1 | -20/+24 |
| | | |||||
| * | Unify ReadError and WriteError into EndpointError | alexmoon | 2022-04-09 | 1 | -21/+9 |
| | | |||||
| * | Async-ify Driver::enable and UsbDeviceBuilder::build | alexmoon | 2022-04-07 | 1 | -1/+2 |
| | | |||||
| * | usb: abort control data in/out on reset or when receiving another SETUP. | Dario Nieuwenhuis | 2022-04-06 | 1 | -1/+1 |
| | | | | | This removes the horrible timeout hack. | ||||
| * | Add basic device state handling for endpoints. | alexmoon | 2022-04-06 | 1 | -0/+12 |
| | | |||||
| * | Simplify hid output report handling | alexmoon | 2022-04-06 | 1 | -8/+0 |
| | | |||||
| * | Reduce memory overhead and simplify logic for merging endpoint and control ↵ | alexmoon | 2022-04-06 | 1 | -0/+8 |
| | | | | | request output reports. | ||||
| * | Move data chunking from the driver to the lib | alexmoon | 2022-04-06 | 1 | -9/+14 |
| | | |||||
| * | Add support for USB classes handling control requests. | alexmoon | 2022-04-06 | 1 | -0/+42 |
| | | |||||
| * | Working CDC-ACM host->device | Dario Nieuwenhuis | 2022-04-06 | 1 | -34/+53 |
| | | |||||
| * | wip: experimental async usb stack | Dario Nieuwenhuis | 2022-04-06 | 1 | -0/+160 |
