1
0
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:
Marian Buschsieweke 2024-04-26 21:31:27 +02:00
parent 87e242189a
commit b5650915c9
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -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