2 unstable releases

0.1.0 Jan 11, 2024
0.0.0 Jan 3, 2023

#1663 in Embedded development

Download history 209/week @ 2024-01-10 403/week @ 2024-01-17 374/week @ 2024-01-24 229/week @ 2024-01-31 285/week @ 2024-02-07 608/week @ 2024-02-14 1342/week @ 2024-02-21 1504/week @ 2024-02-28 2027/week @ 2024-03-06 1694/week @ 2024-03-13 1721/week @ 2024-03-20 866/week @ 2024-03-27 1282/week @ 2024-04-03 1605/week @ 2024-04-10 1067/week @ 2024-04-17

5,264 downloads per month
Used in 23 crates (5 directly)

MIT/Apache

17KB
143 lines

embassy-usb-driver

This crate contains the driver traits for embassy-usb. HAL/BSP crates can implement these traits to add support for using embassy-usb for a given chip/platform.

The traits are kept in a separate crate so that breaking changes in the higher-level embassy-usb APIs don't cause a semver-major bump of this crate. This allows existing HALs/BSPs to be used with the newer embassy-usb without needing updates.

If you're writing an application using USB, you should depend on the main embassy-usb crate instead of this one.

Interoperability

This crate can run on any executor.

Dependencies

~165KB