mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 12:56:10 +00:00
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
eth_dw_priv.h | ||
eth_dw.c | ||
eth_e1000_priv.h | ||
eth_e1000.c | ||
eth_enc28j60_priv.h | ||
eth_enc28j60.c | ||
eth_mcux.c | ||
eth_native_posix_adapt.c | ||
eth_native_posix_priv.h | ||
eth_native_posix.c | ||
eth_sam_gmac_priv.h | ||
eth_sam_gmac.c | ||
eth_stm32_hal_priv.h | ||
eth_stm32_hal.c | ||
Kconfig | ||
Kconfig.dw | ||
Kconfig.e1000 | ||
Kconfig.enc28j60 | ||
Kconfig.mcux | ||
Kconfig.native_posix | ||
Kconfig.sam_gmac | ||
Kconfig.stm32_hal | ||
phy_sam_gmac.c | ||
phy_sam_gmac.h |