zephyr/drivers/ethernet
Erwin Rol 33525c3e5d drivers: ethernet: eth_stm32_hal: use Kconfig to select HAL/LL sources
Use "select USE_STM32_HAL_ETH" to select the needed STM32 HAL files,
instead of editing ext/hal/st/stm32cube/CMakeLists.txt

Signed-off-by: Erwin Rol <erwin@erwinrol.com>
2018-01-23 08:46:16 -06:00
..
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig driver: eth_stm32_hal: Initial STM32 HAL based Ethernet driver 2017-07-12 12:53:51 +03:00
Kconfig.dw
Kconfig.enc28j60 eth_enc28j60: Update Kconfig dependancy for SPI 2017-08-24 10:00:37 -04:00
Kconfig.mcux drivers: eth_mcux: Disable promiscuous mode by default 2017-12-11 09:09:48 -05:00
Kconfig.sam_gmac kconfig: fixed stray Kconfig variables 2017-07-06 10:34:41 -05:00
Kconfig.stm32_hal drivers: ethernet: eth_stm32_hal: use Kconfig to select HAL/LL sources 2018-01-23 08:46:16 -06:00
eth_dw.c ethernet: fix Kconfig option for ETHERNET 2017-07-05 12:43:13 -04:00
eth_dw_priv.h
eth_enc28j60.c drivers: eth_enc28j60: Check return value of spi_transceive() 2017-10-31 18:52:09 -04:00
eth_enc28j60_priv.h drivers: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
eth_mcux.c drivers: eth: mcux: Use correct Kconfig option for RX bufs 2018-01-10 10:32:16 -06:00
eth_sam_gmac.c
eth_sam_gmac_priv.h
eth_stm32_hal.c drivers: ethernet: stm32: various small changes 2018-01-09 08:44:03 -06:00
eth_stm32_hal_priv.h driver: eth_stm32_hal: Initial STM32 HAL based Ethernet driver 2017-07-12 12:53:51 +03:00
phy_sam_gmac.c
phy_sam_gmac.h