embassy/embassy-usb-synopsys-otg
Dániel Buga c9abff53d7
Bump sync version (#3562)
* Bump sync version

* Use old embassy-sync in rp bluetooth example

* Downgrade update to minor
2024-11-22 21:16:11 +01:00
..
src Add USBPHYC clock configuration for H7RS series 2024-09-22 00:23:07 +02:00
Cargo.toml Bump sync version (#3562) 2024-11-22 21:16:11 +01:00
README.md Release embassy-usb-synopsys-otg v0.1.0 2024-04-30 17:24:32 +02:00

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.