aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-1/+1
|
* chore: bump usbd-hid versionHaobo Gu2025-11-251-1/+1
| | | | Signed-off-by: Haobo Gu <[email protected]>
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Update manifests to satisfy new checks.Dario Nieuwenhuis2025-09-221-0/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-4/+4
|
* Read crate configs from metadata.Dario Nieuwenhuis2025-08-251-0/+11
|
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: Release embassy-usb-driver version 0.2.0Ulf Lilleengen2025-07-161-1/+1
|
* chore: Release embassy-usb version 0.5.0Ulf Lilleengen2025-07-161-1/+1
|
* chore: Release embassy-net-driver-channel version 0.3.1Ulf Lilleengen2025-07-161-1/+1
|
* release: embassy-usb-driver 0.1.1Ulf Lilleengen2025-07-151-1/+1
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-2/+2
|
* Implement embedded-io-async traits for USB CDC ACMMatt Rodgers2025-05-071-0/+1
|
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.Dario Nieuwenhuis2025-01-151-1/+1
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* Prepare to release embassy-usbUlf Lilleengen2024-08-051-1/+1
|
* Prepare release embassy-net-driver-channelUlf Lilleengen2024-08-051-1/+1
|
* bump usbd-hid from 0.7.0 to 0.8.1JuliDi2024-07-161-1/+1
|
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
|
* Update version and add changelogJames Munns2024-04-231-1/+1
|
* update usbd-hid to latestHaobo Gu2024-02-261-1/+1
| | | | Signed-off-by: Haobo Gu <[email protected]>
* Fix invalid "async" crates.io category.Dario Nieuwenhuis2024-01-121-1/+1
|
* Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-0/+5
|
* Add docs.rs metadata to all crates.Dario Nieuwenhuis2024-01-111-0/+3
|
* update release version in examples and other cratesScott Mabin2023-12-041-1/+1
|
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-101-1/+1
|
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-081-1/+0
|
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
|
* Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-161-1/+1
|
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
| | | | Update changelog in preparation for release
* Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-1/+1
|
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to ↵Dario Nieuwenhuis2023-02-081-0/+9
| | | | | | | | 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).
* usb: make max interface count configurable at compile time.Dario Nieuwenhuis2023-02-081-0/+13
|
* Lazily encode UTF16 values and add docsalexmoon2023-02-071-2/+1
|
* Convert MS OS descriptor builder to a writer APIalexmoon2023-02-071-1/+2
| | | | | | This brings it inline with the other embassy-usb descriptor APIs and allows it to integrate well with the Builder to allow class constructors to add MS OS descriptors. Also adds a `usb_serial_winusb` example to demonstrate how to use the API.
* usb: add support for MS OS DescriptorsMatt Ickstadt2023-02-071-0/+1
|
* net: split channel-based driver impl from usb cdc-ncm into a separate crate.Dario Nieuwenhuis2022-12-261-1/+1
|
* net: split driver trait to a separate crate.Dario Nieuwenhuis2022-12-261-1/+1
|
* usb/cdc-ncm: add embassy-net Device implementation.Dario Nieuwenhuis2022-12-131-0/+1
|
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
| | | | Closes: https://github.com/embassy-rs/embassy/issues/1002
* Build docs in CIDario Nieuwenhuis2022-10-021-1/+1
|
* usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis2022-09-261-1/+8
|
* usb: split driver trait to separate crate.Dario Nieuwenhuis2022-09-261-0/+4
|
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
|
* Add -boot docserver metadata.Dario Nieuwenhuis2022-08-151-3/+1
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-1/+1
|
* docs: Add $COMMIT to git srclinks.Dario Nieuwenhuis2022-06-261-1/+1
|
* Add docserver metadata.Dario Nieuwenhuis2022-04-061-0/+8
|