2 unstable releases

0.2.0 Dec 6, 2024
0.1.0 Apr 30, 2024

#769 in Embedded development

Download history 2090/week @ 2024-09-11 2392/week @ 2024-09-18 1415/week @ 2024-09-25 1208/week @ 2024-10-02 1472/week @ 2024-10-09 1501/week @ 2024-10-16 1336/week @ 2024-10-23 2508/week @ 2024-10-30 2337/week @ 2024-11-06 2271/week @ 2024-11-13 2910/week @ 2024-11-20 2364/week @ 2024-11-27 1849/week @ 2024-12-04 2037/week @ 2024-12-11 2932/week @ 2024-12-18 1937/week @ 2024-12-25

9,240 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.4MB
~28K SLoC