zephyr/drivers/ethernet
Tomasz Gorochowik ff41ef477e drivers: eth: gmac: Cast to type expected by HAL
This is needed to avoid compilation warnings when using both the
built-in libc and newlib.
The warnings were caused by typedefs incompatibilities.

This was agreed to be the temporary solution at the TSC.

See #8469 for more details.

Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
2018-06-27 11:35:57 -05:00
..
CMakeLists.txt net: l2: Move the layer 2 code into subsys/net/ 2018-06-27 17:02:59 +03:00
Kconfig drivers: eth: Add ethernet driver for native posix arch 2018-03-18 20:47:36 -04:00
Kconfig.dw
Kconfig.enc28j60 doc: fix misspellings in Kconfig files 2018-04-13 08:28:57 -04:00
Kconfig.mcux drivers: Replace ff hex constants with 0xff 2018-06-13 13:35:56 -04:00
Kconfig.native_posix drivers: eth: native_posix: Enable ethernet by default if needed 2018-04-03 17:47:53 -04:00
Kconfig.sam_gmac
Kconfig.stm32_hal drivers: Replace ff hex constants with 0xff 2018-06-13 13:35:56 -04:00
eth_dw.c net/ethernet: All types are prefixed with ethernet_ 2018-04-10 14:45:37 +03:00
eth_dw_priv.h
eth_enc28j60.c drivers/ethernet: Reduce runtime context size in ENC28J60 driver 2018-04-11 16:28:16 +03:00
eth_enc28j60_priv.h drivers/ethernet: Reduce runtime context size in ENC28J60 driver 2018-04-11 16:28:16 +03:00
eth_mcux.c drivers: eth: mcux: Inform IP stack when carrier is lost 2018-06-11 17:27:29 -04:00
eth_native_posix.c drivers: eth: native_posix: Fix malformed echo response 2018-05-30 20:30:19 -04:00
eth_native_posix_adapt.c drivers: eth: native_posix: No need to sleep in select 2018-03-26 15:47:48 +03:00
eth_native_posix_priv.h drivers: eth: Add ethernet driver for native posix arch 2018-03-18 20:47:36 -04:00
eth_sam_gmac.c drivers: eth: gmac: Cast to type expected by HAL 2018-06-27 11:35:57 -05:00
eth_sam_gmac_priv.h drivers: eth: gmac: Fix cache support for SAM GMAC 2018-06-19 10:48:24 +03:00
eth_stm32_hal.c eth_stm32_hal: fix dev_data->mac_addr typo 2018-05-28 09:31:49 -05:00
eth_stm32_hal_priv.h
phy_sam_gmac.c
phy_sam_gmac.h