embassy/embassy-usb-synopsys-otg
2024-04-27 17:57:11 +02:00
..
src Only access the necessary parts of State 2024-04-27 17:57:11 +02:00
Cargo.toml Reduce use of the full futures crate. 2024-04-26 23:22:25 +02:00
README.md Add some metadata 2024-04-26 18:28:41 +02:00

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.