I'm looking into running Ethernet directly but I cannot find the right interfaces.
I've looked at FNET. I've looked at NativeEthernet. But I don't see anything like a Linux net_device.
I did find
in FNET but never found an implementation.
Thanks
I've looked at FNET. I've looked at NativeEthernet. But I don't see anything like a Linux net_device.
I did find
Code:
fnet_return_t fnet_eth_phy_write(fnet_netif_desc_t netif_desc, fnet_uint32_t reg_addr, fnet_uint16_t reg_data);
in FNET but never found an implementation.
Thanks