mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/esp_common: esp_eth implements the legacy netdev API
This commit is contained in:
parent
87e242189a
commit
b5650915c9
@ -93,11 +93,14 @@ ifneq (,$(filter esp_wifi,$(USEMODULE)))
|
||||
endif
|
||||
|
||||
ifneq (,$(filter esp_wifi_any,$(USEMODULE)))
|
||||
USEMODULE += netdev_legacy_api
|
||||
USEMODULE += netopt
|
||||
USEMODULE += ztimer_msec
|
||||
endif
|
||||
|
||||
ifneq (,$(filter esp_eth esp_wifi esp_now,$(USEMODULE)))
|
||||
USEMODULE += netdev_legacy_api
|
||||
endif
|
||||
|
||||
ifneq (,$(filter esp_freertos_common,$(USEMODULE)))
|
||||
ifneq (,$(filter ztimer_msec,$(USEMODULE)))
|
||||
USEMODULE += core_thread_flags
|
||||
|
Loading…
Reference in New Issue
Block a user