aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b85fc79004d8b60722bd053437c3c1c4541d2a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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`].

[`imxrt-hal`]: https://github.com/imxrt-rs/imxrt-hal