support wifi module for nuttx on xidatong

This commit is contained in:
wlyu
2022-06-09 18:48:13 +08:00
parent e0a47613c3
commit a6f5a5f79d
12 changed files with 300 additions and 49 deletions
+7
View File
@@ -0,0 +1,7 @@
############################################################################
# APP_Framework/Framework/connection/zigbee/Make.defs
############################################################################
ifneq ($(CONFIG_CONNECTION_ADAPTER_WIFI),)
CONFIGURED_APPS += $(APPDIR)/../../../APP_Framework/Framework/connection/wifi
endif
include $(wildcard $(APPDIR)/../../../APP_Framework/Framework/connection/wifi/*/Make.defs)