imxrt-enet is on crates.io
2026-03-22
After parking in my GitHub user account for a few years, I finally
- moved imxrt-enet to the imxrt-rs GitHub org.
- released 0.1.0 to crates.io.
This Ethernet driver supports imxrt-ral 0.6 and the newly-released smoltcp 0.13. The package has getting started documentation (which might not have built properly!) to help you with integration. Right now, your best bet for a hardware example is this perpetually work-in-progress PR.
We're testing package builds for all MCUs supported by imxrt-ral: from the 1021 up to the 1176. It doesn't yet support ENET_1G on the 1176, but that's on my radar.
Once imxrt-hal 0.6 is available, you can pair this package with the rest of the -hal and share the same -ral dependency. If you're trying to use it with today's published -hal, keep in mind that you're using two different versions of the -ral package.