7 unstable releases
Uses new Rust 2024
| new 0.4.1 | May 16, 2026 |
|---|---|
| 0.4.0 | Apr 12, 2026 |
| 0.3.0 | May 29, 2024 |
| 0.2.2 | Sep 15, 2023 |
| 0.1.0 | Mar 11, 2021 |
#867 in Embedded development
2,337 downloads per month
Used in 8 crates
(2 directly)
92KB
1.5K
SLoC
imxrt-usbd
A USB driver for i.MX RT processors. imxrt-usbd provides a usb-device
USB bus implementation, allowing you to add USB device features to your
embedded Rust program. It should support all i.MX RT microcontrollers
supported by imxrt-ral.
See the API docs for usage, features, and examples. To try examples on actual hardware, see the imxrt-hal examples.
To build this package, make sure an imxrt-ral feature is enabled. For example,
cargo build --features=imxrt-ral/imxrt1011
License
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~65MB
~1.5M SLoC