blob: fa8d5d6daf3e7dda56881f9107e577b465b70504 (
plain)
1
2
3
4
5
|
# 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.
|