1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-22 21:13:52 +01:00

cpu/esp_common: add IEEE 802.15.4 as netdev_default for ESP32-H2

This commit is contained in:
Gunar Schorcht 2025-06-24 09:41:32 +02:00
parent 3432fa8357
commit ac47e644c6

View File

@ -45,7 +45,7 @@ endif
ifneq (,$(filter netdev_default,$(USEMODULE)))
ifeq (esp32h2,$(CPU_FAM))
# There is no network interface for ESP32-H2 for the moment
USEMODULE += esp_ieee802154
else ifneq (,$(filter lwip,$(USEMODULE)))
# for lwip, use esp_wifi as default netdev if no other netdev is enabled
ifeq (,$(filter esp_eth,$(USEMODULE)))