2 unstable releases

0.2.0 Dec 6, 2024
0.1.0 Apr 30, 2024

#2084 in Embedded development

Download history 2832/week @ 2024-12-14 1978/week @ 2024-12-21 2257/week @ 2024-12-28 3135/week @ 2025-01-04 4448/week @ 2025-01-11 3892/week @ 2025-01-18 3763/week @ 2025-01-25 3833/week @ 2025-02-01 5121/week @ 2025-02-08 4377/week @ 2025-02-15 3396/week @ 2025-02-22 3358/week @ 2025-03-01 2697/week @ 2025-03-08 4272/week @ 2025-03-15 3795/week @ 2025-03-22 3894/week @ 2025-03-29

15,313 downloads per month
Used in 9 crates (2 directly)

MIT/Apache

490KB
12K 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