2 unstable releases

new 0.2.0 Dec 6, 2024
0.1.0 Apr 30, 2024

#624 in Embedded development

Download history 3047/week @ 2024-08-20 5108/week @ 2024-08-27 2930/week @ 2024-09-03 2203/week @ 2024-09-10 2277/week @ 2024-09-17 1695/week @ 2024-09-24 1144/week @ 2024-10-01 1517/week @ 2024-10-08 1338/week @ 2024-10-15 1373/week @ 2024-10-22 2470/week @ 2024-10-29 2385/week @ 2024-11-05 2229/week @ 2024-11-12 2859/week @ 2024-11-19 2300/week @ 2024-11-26 2006/week @ 2024-12-03

9,870 downloads per month
Used in 2 crates (via esp-hal)

MIT/Apache

480KB
11K SLoC

Embassy USB driver for the Synopsys USB OTG core

This crate implements embassy-usb-driver for Synopsys USB OTG devices.

It contains the "core" of the driver that is common across all chips using the Synopsys OTG IP, but it doesn't contain chip-specific initialization such as clock setup and GPIO muxing. You most likely don't want to use this crate directly, but use it through a HAL that does the initialization for you.

List of HALs integrating this driver:

If you wish to integrate this crate into your device's HAL, you will need to add the device-specific initialization. See the above crates for examples on how to do it.

Dependencies

~1–1.5MB
~28K SLoC