| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to embedded-io 0.7 | Dario Nieuwenhuis | 2025-12-19 | 1 | -0/+1 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -0/+1 |
| | | |||||
| * | more docs fixes | Robin Mueller | 2025-09-23 | 1 | -2/+2 |
| | | |||||
| * | Fix comments | Felipe Balbi | 2025-09-02 | 1 | -3/+3 |
| | | | | | | | | | - rename read_data to read_transfer - rename write_data to write_transfer - add needs_zlp argument Signed-off-by: Felipe Balbi <[email protected]> | ||||
| * | feat: add helper to read/write full transfer blocks | Felipe Balbi | 2025-08-29 | 1 | -0/+30 |
| | | | | | | | | instead of always transferring only USB packets, add a provided method to transmit an entire data block by using a simple loop construct. Signed-off-by: Felipe Balbi <[email protected]> | ||||
| * | make usb endpoint allocator methods accept an optional EndpointAddress | korbin | 2025-07-13 | 1 | -0/+2 |
| | | |||||
| * | Implement embedded-io-async traits for USB CDC ACM | Matt Rodgers | 2025-05-07 | 1 | -0/+9 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -2/+1 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 1 | -0/+1 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 1 | -1/+0 |
| | | |||||
| * | Fix some typos | Dirk Stolle | 2023-05-08 | 1 | -1/+1 |
| | | |||||
| * | usb: docs | Dario Nieuwenhuis | 2023-01-31 | 1 | -39/+77 |
| | | |||||
| * | Refactor embassy-usb address handling to allow reordering of status resoponse | chemicstry | 2023-01-11 | 1 | -3/+6 |
| | | |||||
| * | usb/driver: fix STATUS -> SETUP | Dario Nieuwenhuis | 2023-01-05 | 1 | -2/+2 |
| | | |||||
| * | usb/driver: document ControlPipe. | Dario Nieuwenhuis | 2023-01-05 | 1 | -0/+64 |
| | | |||||
| * | Drive-by documentation link fixes | Gabriel Smith | 2022-11-27 | 1 | -2/+2 |
| | | |||||
| * | usb-driver: Remove unncessary lifetime | Gabriel Smith | 2022-11-27 | 1 | -1/+1 |
| | | |||||
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -55/+14 |
| | | |||||
| * | usb: remove all "Direction as u8" casts. | Dario Nieuwenhuis | 2022-09-29 | 1 | -2/+6 |
| | | |||||
| * | usb: do not allow converting Directon to/from u8 | Dario Nieuwenhuis | 2022-09-26 | 1 | -9/+2 |
| | | |||||
| * | usb: split driver trait to separate crate. | Dario Nieuwenhuis | 2022-09-26 | 1 | -0/+337 |
