aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-driver/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* feat: add helper to read/write full transfer blocksFelipe Balbi2025-08-291-0/+2
| | | | | | | 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]>
* chore: Release embassy-usb-driver version 0.2.0Ulf Lilleengen2025-07-161-0/+4
|
* release: embassy-usb-driver 0.1.1Ulf Lilleengen2025-07-151-0/+2
|
* `embassy-usb-driver`: add release automation using `cargo-release`Ralph Ursprung2025-07-081-1/+2
| | | | | | | | | | | this requires you to install [`cargo-release`]. note that this does not include a URL pointing to the diff on GitHub as is usually done in changelogs since `embassy` is a mono-repo and the GH UI doesn't offer a commit view per folder (see the [GH feature request] for this). [`cargo-release`]: https://crates.io/crates/cargo-release [GH feature request]: https://github.com/orgs/community/discussions/162131
* add changelog for `embassy-usb-driver`Ralph Ursprung2025-07-081-0/+10