| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to embedded-io 0.7 | Dario Nieuwenhuis | 2025-12-19 | 1 | -6/+45 |
| | | |||||
| * | Expose dtr() and rts() on cdc_acm::ControlChanged | goodhoko | 2025-12-02 | 1 | -0/+10 |
| | | | | | What purpose that sturct has otherwise? | ||||
| * | Fix a bug where CDC ACM BufferedReceiver repeats data when its future is dropped | Chris Doble | 2025-11-28 | 1 | -2/+5 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | Fix CDC ACM BufferedReceiver buffer calculation | Jianqing Liu | 2025-07-16 | 1 | -1/+1 |
| | | | | | Co-authored-by: Ralph Ursprung <[email protected]> | ||||
| * | make usb endpoint allocator methods accept an optional EndpointAddress | korbin | 2025-07-13 | 1 | -3/+3 |
| | | |||||
| * | Implement embedded-io-async traits for USB CDC ACM | Matt Rodgers | 2025-05-07 | 1 | -0/+99 |
| | | |||||
| * | Make CDC ACM state constructor `const` | Bailey Quarters | 2025-03-24 | 1 | -4/+8 |
| | | |||||
| * | Desugar some async fns | Dániel Buga | 2024-12-30 | 1 | -3/+2 |
| | | |||||
| * | Add buffer size info to read_packet | Jomer.Dev | 2024-01-08 | 1 | -0/+1 |
| | | |||||
| * | Apply Pedantic Clippy Lints | Rafael Bachmann | 2023-10-15 | 1 | -23/+22 |
| | | |||||
| * | Fix clippy | Rafael Bachmann | 2023-10-15 | 1 | -1/+7 |
| | | |||||
| * | Add async interface for CDC control changes | Matt Spencer | 2023-09-19 | 1 | -2/+68 |
| | | | | | Signed-off-by: Matt Spencer <[email protected]> | ||||
| * | embassy_usb: Add split() for cdc_acm | Lasse Dalegaard | 2023-03-04 | 1 | -0/+100 |
| | | |||||
| * | usb: unify ControlHandler+DeviceStateHandler, route all control requests to ↵ | Dario Nieuwenhuis | 2023-02-08 | 1 | -16/+34 |
| | | | | | | | | | all handlers. - Allows classes to handle vendor requests. - Allows classes to use a single handler for multiple interfaces. - Allows classes to access the other events (previously only `reset` was available). | ||||
| * | Merge #1151 | bors[bot] | 2023-02-01 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | 1151: USB: allow setting the interface string for interface alt settings r=Dirbaio a=mattico This is a breaking change to embassy-usb's API. Co-authored-by: Matt Ickstadt <[email protected]> | ||||
| | * | usb: allow setting the interface string for interface alt settings | Matt Ickstadt | 2023-01-13 | 1 | -2/+2 |
| | | | |||||
| * | | usb: docs | Dario Nieuwenhuis | 2023-01-31 | 1 | -0/+9 |
| |/ | |||||
| * | usb cdc-acm: Set flag for supported capabilities | Timo Kröger | 2022-12-26 | 1 | -1/+4 |
| | | |||||
| * | usb cdc-acm: Remove unused call management descriptor | Timo Kröger | 2022-12-26 | 1 | -9/+0 |
| | | |||||
| * | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | 2022-09-26 | 1 | -0/+354 |
