| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | fix device_qualifier_descriptor with custom bcd version | sawyer bristol | 2024-12-02 | 1 | -1/+1 |
| | | |||||
| * | add named bcd versions | sawyer bristol | 2024-12-02 | 1 | -12/+12 |
| | | |||||
| * | fix bug and allow bcd to be .0 | sawyer bristol | 2024-12-02 | 1 | -1/+1 |
| | | |||||
| * | custom bcd usb version | sawyer bristol | 2024-11-29 | 1 | -12/+12 |
| | | |||||
| * | Merge pull request #3314 from elagil/add_iso_endpoint_support | Dario Nieuwenhuis | 2024-09-16 | 1 | -10/+81 |
| |\ | | | | | | | Add ISO endpoint support | ||||
| | * | feat(usb): make use of ISO endpoint support | elagil | 2024-09-05 | 1 | -10/+81 |
| | | | |||||
| * | | Allow bos_descriptor_buf to be a zero-length slice | Maxime Vincent | 2024-08-29 | 1 | -0/+6 |
| |/ | |||||
| * | feat(usb): add device qualifier descriptor | Haobo Gu | 2024-08-15 | 1 | -0/+21 |
| | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -24/+27 |
| | | |||||
| * | Apply Pedantic Clippy Lints | Rafael Bachmann | 2023-10-15 | 1 | -17/+15 |
| | | |||||
| * | Fix clippy | Rafael Bachmann | 2023-10-15 | 1 | -1/+1 |
| | | |||||
| * | usb: docs | Dario Nieuwenhuis | 2023-01-31 | 1 | -1/+3 |
| | | |||||
| * | usb: split driver trait to separate crate. | Dario Nieuwenhuis | 2022-09-26 | 1 | -3/+4 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -6/+3 |
| | | |||||
| * | usb: simplify control in/out handlng, calling response from a single place. | Dario Nieuwenhuis | 2022-05-09 | 1 | -0/+1 |
| | | |||||
| * | usb: builtin handling of interface alternate settings | Dario Nieuwenhuis | 2022-04-23 | 1 | -2/+2 |
| | | | | | | | | | 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). | ||||
| * | usb: improved descriptor building API | Dario Nieuwenhuis | 2022-04-16 | 1 | -37/+2 |
| | | | | | | | | The same API call allocates interfaces/endpoints/etc and writes their descriptors. This means less API calls, and less possibility to screw things up. DescriptorWriter is now private. | ||||
| * | usb: cleanup and simplify error handling. | Dario Nieuwenhuis | 2022-04-06 | 1 | -44/+25 |
| | | |||||
| * | usb: add -usb-serial crate, fix warnings and stable build. | Dario Nieuwenhuis | 2022-04-06 | 1 | -0/+1 |
| | | |||||
| * | wip: experimental async usb stack | Dario Nieuwenhuis | 2022-04-06 | 1 | -0/+387 |
