2020-07-05 17:23:01 +02:00
|
|
|
# Put board specific dependencies here
|
|
|
|
|
|
|
|
ifneq (,$(filter arch_esp,$(FEATURES_USED)))
|
|
|
|
USEMODULE += esp_wifi
|
|
|
|
endif
|
|
|
|
|
2024-02-01 13:55:02 +01:00
|
|
|
ifneq (,$(filter native native64,$(BOARD)))
|
2020-07-05 17:23:01 +02:00
|
|
|
USEMODULE += netdev_default
|
|
|
|
endif
|