| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
