mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
291 B
291 B
Embassy USB driver for the Synopsys USB OTG core
This crate implements embassy-usb-driver
for Synopsys USB OTG devices. If you wish to
integrate this crate into your device's HAL, you will need to add device-specific initialization.
For an example, check out the embassy-stm32
crate.