zephyr/drivers/ethernet
Xavier Chapron 824f423e54 misc: Replace assert include and calls by sys/__assert.h equivalent
Replace all calls to the assert macro that comes from libc by calls to
__ASSERT_NO_MSG(). This is usefull as the former might be different
depending on the libc used and the later can be customized to reduce
flash footprint.

Signed-off-by: Xavier Chapron <xavier.chapron@stimio.fr>
2020-10-02 11:42:40 +02:00
..
CMakeLists.txt drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
eth_e1000_priv.h
eth_e1000.c
eth_enc28j60_priv.h
eth_enc28j60.c
eth_enc424j600_priv.h
eth_enc424j600.c drivers: eth_enc424j600: initialize device pointer 2020-09-21 16:45:03 -05:00
eth_gecko_priv.h
eth_gecko.c
eth_liteeth.c
eth_mcux.c misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c
eth_sam_gmac_priv.h
eth_sam_gmac.c
eth_sam0_gmac.h
eth_smsc911x_priv.h
eth_smsc911x.c
eth_stellaris_priv.h
eth_stellaris.c
eth_stm32_hal_priv.h
eth_stm32_hal.c
eth_w5500_priv.h drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
eth_w5500.c drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
eth.h
Kconfig drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
Kconfig.e1000
Kconfig.enc28j60
Kconfig.enc424j600
Kconfig.gecko
Kconfig.liteeth
Kconfig.mcux
Kconfig.native_posix
Kconfig.sam_gmac
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal
Kconfig.w5500 drivers: eth: add driver for w5500 Ethernet Controller 2020-10-02 11:34:57 +02:00
phy_gecko.c
phy_gecko.h
phy_sam_gmac.c
phy_sam_gmac.h