2 unstable releases

0.1.0 Jan 11, 2024
0.0.0 Jan 3, 2023

#2018 in Embedded development

Download history 7907/week @ 2024-09-10 7792/week @ 2024-09-17 6921/week @ 2024-09-24 3227/week @ 2024-10-01 3942/week @ 2024-10-08 4794/week @ 2024-10-15 4335/week @ 2024-10-22 6655/week @ 2024-10-29 6305/week @ 2024-11-05 6257/week @ 2024-11-12 7448/week @ 2024-11-19 6186/week @ 2024-11-26 4936/week @ 2024-12-03 5274/week @ 2024-12-10 7085/week @ 2024-12-17 3710/week @ 2024-12-24

21,890 downloads per month
Used in 47 crates (10 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

~155KB