| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 2 | -4/+6 |
| | | |||||
| * | Read crate configs from metadata. | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+11 |
| | | |||||
| * | feat: add semver checks and releasing to releaser | Ulf Lilleengen | 2025-08-25 | 1 | -5/+0 |
| | | | | | | | | | | * List dependencies of a crate * List dependents of a crate * Perform semver-checks of a crate * Prepare a release for a crate and all dependents * Use a single release.toml for cargo-release * Add changelogs where missing | ||||
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | chore: Release embassy-usb-driver version 0.2.0 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | chore: Release embassy-usb version 0.5.0 | Ulf Lilleengen | 2025-07-16 | 2 | -1/+4 |
| | | |||||
| * | Fix CDC ACM BufferedReceiver buffer calculation | Jianqing Liu | 2025-07-16 | 1 | -1/+1 |
| | | | | | Co-authored-by: Ralph Ursprung <[email protected]> | ||||
| * | chore: Release embassy-net-driver-channel version 0.3.1 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #4397 from korbin/allocate-numbered-endpoints | Dario Nieuwenhuis | 2025-07-15 | 7 | -24/+52 |
| |\ | | | | | | | Make USB endpoint allocator methods accept an optional `EndpointAddress` | ||||
| | * | make usb endpoint allocator methods accept an optional EndpointAddress | korbin | 2025-07-13 | 7 | -24/+52 |
| | | | |||||
| * | | release: embassy-usb-driver 0.1.1 | Ulf Lilleengen | 2025-07-15 | 1 | -1/+1 |
| |/ | |||||
| * | `embassy-usb`: add release automation using `cargo-release` | Ralph Ursprung | 2025-07-08 | 2 | -1/+7 |
| | | | | | | | | | | | | 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 | ||||
| * | prepare changelog for `embassy-usb` v0.5.0 | Ralph Ursprung | 2025-07-08 | 1 | -0/+7 |
| | | |||||
| * | Update Rust nightly, stable. | Dario Nieuwenhuis | 2025-07-04 | 1 | -1/+1 |
| | | |||||
| * | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| | | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -2/+2 |
| | | |||||
| * | Implement embedded-io-async traits for USB CDC ACM | Matt Rodgers | 2025-05-07 | 2 | -0/+100 |
| | | |||||
| * | Logging: Make some things less chatty | Dion Dokter | 2025-04-25 | 1 | -4/+4 |
| | | |||||
| * | Add optional trace endpoint | Dániel Buga | 2025-04-17 | 1 | -1/+28 |
| | | |||||
| * | Add CMSIS-DAP driver | Dániel Buga | 2025-04-17 | 2 | -0/+102 |
| | | |||||
| * | Merge pull request #3992 from elagil/usb_fixes | Dario Nieuwenhuis | 2025-03-25 | 1 | -1/+1 |
| |\ | | | | | | | Small USB-related fixes | ||||
| | * | fix: mute by default (UAC1) | elagil | 2025-03-22 | 1 | -1/+1 |
| | | | |||||
| * | | Make CDC ACM state constructor `const` | Bailey Quarters | 2025-03-24 | 1 | -4/+8 |
| |/ | |||||
| * | Add information about existing USB IP implementations | decaday | 2025-03-19 | 1 | -0/+5 |
| | | |||||
| * | doc: Fix "the the" | Ronald Weber | 2025-02-19 | 2 | -3/+3 |
| | | |||||
| * | embassy-usb: fix `core::intrinsics` deprecate warning in nightly. | René van Dorst | 2025-02-03 | 1 | -2/+1 |
| | | | | | | | | | | | | | Replaced `core::intrinsics::copy_nonoverlapping` with the `core::ptr::copy_nonoverlapping`. Compiling embassy-usb v0.4.0 (embassy/embassy-usb) warning: use of deprecated module `core::intrinsics`: import this function via `std::mem` instead --> embassy/embassy-usb/src/class/cdc_ncm/mod.rs:17:23 | 17 | use core::intrinsics::copy_nonoverlapping; | ^^^^^^^^^^^^^^^^^^^ | ||||
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| | | | | | Prepare version 0.6.2 for release | ||||
| * | Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0. | Dario Nieuwenhuis | 2025-01-15 | 2 | -1/+14 |
| | | |||||
| * | Desugar some async fns | Dániel Buga | 2024-12-30 | 2 | -6/+4 |
| | | |||||
| * | embassy-usb: fix building with optional log feature | 9names | 2024-12-28 | 2 | -1/+7 |
| | | |||||
| * | Update default docs for device class fields | Eekle | 2024-12-24 | 1 | -3/+6 |
| | | |||||
| * | Default USB to use composite_with_iads, which "just works" in most cases | Eekle | 2024-12-24 | 1 | -5/+8 |
| | | |||||
| * | add docs for usb version variants | sawyer bristol | 2024-12-03 | 1 | -0/+2 |
| | | |||||
| * | forgot to expose UsbVersion | sawyer bristol | 2024-12-02 | 1 | -1/+1 |
| | | |||||
| * | rename BcdUsbVersion -> UsbVersion | sawyer bristol | 2024-12-02 | 1 | -3/+3 |
| | | |||||
| * | add fmt | sawyer bristol | 2024-12-02 | 1 | -0/+2 |
| | | |||||
| * | fix device_qualifier_descriptor with custom bcd version | sawyer bristol | 2024-12-02 | 1 | -1/+1 |
| | | |||||
| * | add named bcd versions | sawyer bristol | 2024-12-02 | 2 | -14/+21 |
| | | |||||
| * | fix bug and allow bcd to be .0 | sawyer bristol | 2024-12-02 | 1 | -1/+1 |
| | | |||||
| * | bcd default to 2.1 | sawyer bristol | 2024-12-02 | 1 | -2/+2 |
| | | |||||
| * | custom bcd usb version | sawyer bristol | 2024-11-29 | 2 | -12/+18 |
| | | |||||
| * | feat(usb): add USB Audio Class 1 | elagil | 2024-11-24 | 5 | -0/+1114 |
| | | |||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | Merge pull request #3314 from elagil/add_iso_endpoint_support | Dario Nieuwenhuis | 2024-09-16 | 2 | -25/+206 |
| |\ | | | | | | | Add ISO endpoint support | ||||
| | * | feat(usb): make use of ISO endpoint support | elagil | 2024-09-05 | 2 | -25/+206 |
| | | | |||||
| * | | Allow bos_descriptor_buf to be a zero-length slice | Maxime Vincent | 2024-08-29 | 1 | -0/+6 |
| |/ | |||||
| * | feat(usb): add device qualifier descriptor | Haobo Gu | 2024-08-15 | 2 | -0/+25 |
| | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | update dates | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare to release embassy-usb | Ulf Lilleengen | 2024-08-05 | 2 | -1/+7 |
| | | |||||
| * | Prepare release embassy-net-driver-channel | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
