zephyr/drivers/ethernet
Gerson Fernando Budke 15c048a1dd drivers: eth: sam_gmac: Use DT max_frame_size option
This commit updates the Atmel SAM GMAC driver to select max frame size
value from the device tree. Now GMAC driver can operate with the three
different frame size options available.

The current supported values are: 1518, 1536 and 10240.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2020-04-17 09:23:33 +03:00
..
CMakeLists.txt
eth_e1000_priv.h
eth_e1000.c drivers: ethernet: Convert to new DT_INST macros 2020-03-30 13:01:22 -05:00
eth_enc28j60_priv.h
eth_enc28j60.c drivers: ethernet: Convert to new DT_INST macros 2020-03-30 13:01:22 -05:00
eth_enc424j600_priv.h
eth_enc424j600.c drivers: ethernet: Convert to new DT_INST macros 2020-03-30 13:01:22 -05:00
eth_gecko_priv.h
eth_gecko.c
eth_liteeth.c
eth_mcux.c drivers: ethernet: Convert to new DT_INST macros 2020-03-30 13:01:22 -05:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c
eth_sam_gmac_priv.h drivers: eth: sam_gmac: Use DT max_frame_size option 2020-04-17 09:23:33 +03:00
eth_sam_gmac.c drivers: eth: sam_gmac: Use DT max_frame_size option 2020-04-17 09:23:33 +03:00
eth_smsc911x_priv.h drivers: ethernet: Convert to new DT_INST macros 2020-03-30 13:01:22 -05:00
eth_smsc911x.c drivers: ethernet: Convert to new DT_INST macros 2020-03-30 13:01:22 -05:00
eth_stellaris_priv.h
eth_stellaris.c
eth_stm32_hal_priv.h
eth_stm32_hal.c
Kconfig
Kconfig.e1000
Kconfig.enc28j60
Kconfig.enc424j600
Kconfig.gecko
Kconfig.liteeth
Kconfig.mcux
Kconfig.native_posix
Kconfig.sam_gmac drivers: eth: sam_gmac: Fix phy layer setup 2020-04-17 09:23:33 +03:00
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal
phy_gecko.c coccinelle: re-run timeout conversion semantic patch 2020-04-02 19:47:51 +03:00
phy_gecko.h
phy_sam_gmac.c
phy_sam_gmac.h