imxrt-rs / imxrt-usbd

USB device driver for i.MX RT processors
Apache License 2.0
7 stars 9 forks source link

Separate driver from imxrt-ral #8

Closed mciantyre closed 3 years ago

mciantyre commented 3 years ago

The PR separates the USB device driver from imxrt-ral. With this PR, you may use this driver without adopting the imxrt-ral dependency. The crate builds without any additional features.

Specifics:

Closes #3.