mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-22 13:03:54 +01:00
cpu/esp_common: add IEEE 802.15.4 as netdev_default for ESP32-H2
This commit is contained in:
parent
3432fa8357
commit
ac47e644c6
@ -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)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user