zephyr/drivers/ethernet
Marcus Shawcroft 87077727bf eth: Add KSDK ENET driver.
Provide a network driver wrapped around the KSDK ENET and PHY
drivers.

The driver performs one shot PHY setup.  There is no support for PHY
disconnect, reconnect or configuration change.  The PHY setup,
implement via KSDK contains polled code that can block the
initialization thread for a few seconds.

There is no statistics collection for either normal operation or error
behaviour.

Origin: Original

Change-Id: Ia0f2e89a61348ed949976070353e823c178fcb24
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
2016-10-16 09:57:35 +00:00
..
Kconfig eth: Add KSDK ENET driver. 2016-10-16 09:57:35 +00:00
Kconfig.enc28j60 eth: Add full-duplex configuration to ENC28J60 2016-09-17 22:43:52 +00:00
Kconfig.ksdk eth: Add KSDK ENET driver. 2016-10-16 09:57:35 +00:00
Makefile eth: Add KSDK ENET driver. 2016-10-16 09:57:35 +00:00
eth_dw.c ethernet: Enables multicast reception for dw driver 2016-09-01 11:04:14 +00:00
eth_dw_priv.h ethernet: Enables multicast reception for dw driver 2016-09-01 11:04:14 +00:00
eth_enc28j60.c eth/enc28j60: Make config_info pointers const. 2016-10-08 11:40:13 +00:00
eth_enc28j60_priv.h eth: Add full-duplex configuration to ENC28J60 2016-09-17 22:43:52 +00:00
eth_ksdk.c eth: Add KSDK ENET driver. 2016-10-16 09:57:35 +00:00