zephyr/drivers/ethernet
Jukka Rissanen 8f5929ddf0 net: Too long timeout for k_sleep
Convert couple of MSEC() calls to K_MSEC() as the timeouts
when using MSEC() are just too long.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-05-28 17:20:11 -04:00
..
CMakeLists.txt drivers: eth: native_posix: Add ethernet statistics support 2018-04-11 16:49:48 +03:00
eth_dw_priv.h
eth_dw.c net/ethernet: All types are prefixed with ethernet_ 2018-04-10 14:45:37 +03:00
eth_enc28j60_priv.h drivers/ethernet: Reduce runtime context size in ENC28J60 driver 2018-04-11 16:28:16 +03:00
eth_enc28j60.c drivers/ethernet: Reduce runtime context size in ENC28J60 driver 2018-04-11 16:28:16 +03:00
eth_mcux.c net/ethernet: All types are prefixed with ethernet_ 2018-04-10 14:45:37 +03:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c net: Too long timeout for k_sleep 2018-05-28 17:20:11 -04:00
eth_sam_gmac_priv.h
eth_sam_gmac.c net/ethernet: All types are prefixed with ethernet_ 2018-04-10 14:45:37 +03:00
eth_stm32_hal_priv.h
eth_stm32_hal.c eth_stm32_hal: fix dev_data->mac_addr typo 2018-05-28 09:31:49 -05:00
Kconfig
Kconfig.dw
Kconfig.enc28j60 doc: fix misspellings in Kconfig files 2018-04-13 08:28:57 -04:00
Kconfig.mcux
Kconfig.native_posix
Kconfig.sam_gmac
Kconfig.stm32_hal
phy_sam_gmac.c
phy_sam_gmac.h