| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-17 | Rewrite descriptors with atomics | Ian McIntyre | |
| The memory ordering ensures that operations to normal memory are synchronized with operations on device memory, at runtime. I've seen this play out in the transmit path: writes to the transmit buffer's flags weren't reaching memory by the time the MAC was checking, resulting in missing packets. Moving the fence works, but it's better to use atomics. | |||
| 2025-07-17 | Let clippy fix warnings | Ian McIntyre | |
| 2023-12-15 | Fix debug assert in ENET initialization | Ian McIntyre | |
| Wrong way to check for the ignored four low bits. | |||
| 2023-11-26 | First commit | Ian McIntyre | |
| A prototype of an i.MX RT ENET driver. There's design decisions I'm thinking of changing. Nevertheless, the smoltcp support seems to be working; an 1170EVK can act as a DHCP client and a TCP loopback server. | |||
