aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-driver/src
Commit message (Collapse)AuthorAgeFilesLines
* Edition 2024.Dario Nieuwenhuis2025-10-061-0/+1
|
* more docs fixesRobin Mueller2025-09-231-2/+2
|
* Fix commentsFelipe Balbi2025-09-021-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 blocksFelipe Balbi2025-08-291-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 EndpointAddresskorbin2025-07-131-0/+2
|
* Implement embedded-io-async traits for USB CDC ACMMatt Rodgers2025-05-071-0/+9
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+1
|
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-0/+1
|
* Update Rust nightly.Dario Nieuwenhuis2023-05-191-1/+0
|
* Fix some typosDirk Stolle2023-05-081-1/+1
|
* usb: docsDario Nieuwenhuis2023-01-311-39/+77
|
* Refactor embassy-usb address handling to allow reordering of status resoponsechemicstry2023-01-111-3/+6
|
* usb/driver: fix STATUS -> SETUPDario Nieuwenhuis2023-01-051-2/+2
|
* usb/driver: document ControlPipe.Dario Nieuwenhuis2023-01-051-0/+64
|
* Drive-by documentation link fixesGabriel Smith2022-11-271-2/+2
|
* usb-driver: Remove unncessary lifetimeGabriel Smith2022-11-271-1/+1
|
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-55/+14
|
* usb: remove all "Direction as u8" casts.Dario Nieuwenhuis2022-09-291-2/+6
|
* usb: do not allow converting Directon to/from u8Dario Nieuwenhuis2022-09-261-9/+2
|
* usb: split driver trait to separate crate.Dario Nieuwenhuis2022-09-261-0/+337