1 unstable release

0.1.0 Apr 30, 2024

#1993 in Embedded development

Download history 3412/week @ 2024-07-19 2646/week @ 2024-07-26 2568/week @ 2024-08-02 5131/week @ 2024-08-09 3154/week @ 2024-08-16 4384/week @ 2024-08-23 4410/week @ 2024-08-30 2278/week @ 2024-09-06 2194/week @ 2024-09-13 2125/week @ 2024-09-20 1247/week @ 2024-09-27 1451/week @ 2024-10-04 1256/week @ 2024-10-11 1571/week @ 2024-10-18 1710/week @ 2024-10-25 2521/week @ 2024-11-01

7,496 downloads per month
Used in 2 crates (via esp-hal)

MIT/Apache

415KB
10K 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