docs.rs failed to build imxrt-enet-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
imxrt-enet
An Ethernet driver for i.MX RT MCUs with support for smoltcp.
Development
To build the driver in this repo, enable
- an
imxrt-ralfeature. - a
smoltcpsocket feature.
For example,
cargo build --features=imxrt-ral/imxrt1062,smoltcp/socket-raw
If you're depending on this driver, you're expected to enable similar features somewhere in your dependency graph.
To test the driver on hardware, see the various ENET examples maintained with
imxrt-hal.