File tree Expand file tree Collapse file tree 3 files changed +719
-271
lines changed
Expand file tree Collapse file tree 3 files changed +719
-271
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ zephyr_library_sources_ifdef(CONFIG_ETH_ESP32 eth_esp32.c)
2929zephyr_library_sources_ifdef(CONFIG_ETH_LITEX_LITEETH eth_litex_liteeth.c)
3030zephyr_library_sources_ifdef(CONFIG_ETH_SMSC911X eth_smsc911x.c)
3131zephyr_library_sources_ifdef(CONFIG_ETH_STELLARIS eth_stellaris.c)
32- zephyr_library_sources_ifdef(CONFIG_ETH_STM32_HAL eth_stm32_hal_v2.c)
32+ zephyr_library_sources_ifdef(CONFIG_ETH_STM32_HAL_API_V1 eth_stm32_hal_v1.c)
33+ zephyr_library_sources_ifdef(CONFIG_ETH_STM32_HAL_API_V2 eth_stm32_hal_v2.c)
3334zephyr_library_sources_ifdef(CONFIG_ETH_W5500 eth_w5500.c)
3435zephyr_library_sources_ifdef(CONFIG_ETH_SAM_GMAC eth_sam_gmac.c)
3536zephyr_library_sources_ifdef(CONFIG_ETH_CYCLONEV eth_cyclonev.c)
You can’t perform that action at this time.
0 commit comments