Skip to content

ENET driver for i.MX RT MCUs

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

mciantyre/imxrt-enet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-ral feature.
  • a smoltcp socket 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.

About

ENET driver for i.MX RT MCUs

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages