zephyr/drivers/ethernet
Andrei Gansari 35ba3aadc4 drivers: eth_mcux: adding i.mx-rt support
Enables Networking hardware on i.MX-RT type drivers.
Reuses the same eth_mcux driver used by Kinetis family; initialization
sequence refactored to work with this board as well. Unlike Kinetis
family, i.MX has a single ENET interrupt and we need to discriminate
between interrupts using a status register.

Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
2018-11-20 09:54:25 -06:00
..
CMakeLists.txt
eth_dw_priv.h
eth_dw.c drivers: Remove board.h include 2018-11-01 13:21:11 -04:00
eth_e1000_priv.h drivers: eth: e1000: Use system log macros 2018-11-12 10:03:51 -05:00
eth_e1000.c dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
eth_enc28j60_priv.h
eth_enc28j60.c
eth_mcux.c drivers: eth_mcux: adding i.mx-rt support 2018-11-20 09:54:25 -06:00
eth_native_posix_adapt.c drivers: eth: native_posix: Allow non-root access 2018-10-23 11:08:39 +03:00
eth_native_posix_priv.h drivers: eth: native_posix: Allow non-root access 2018-10-23 11:08:39 +03:00
eth_native_posix.c drivers: eth: native_posix: Allow non-root access 2018-10-23 11:08:39 +03:00
eth_sam_gmac_priv.h
eth_sam_gmac.c
eth_stm32_hal_priv.h
eth_stm32_hal.c
Kconfig
Kconfig.dw
Kconfig.e1000 net: qemu: Allow SLIP or normal ethernet connectivity 2018-11-10 09:13:45 -05:00
Kconfig.enc28j60
Kconfig.mcux
Kconfig.native_posix drivers: eth: native_posix: Allow non-root access 2018-10-23 11:08:39 +03:00
Kconfig.sam_gmac
Kconfig.stm32_hal
phy_sam_gmac.c
phy_sam_gmac.h