support socket demo on nuttx

This commit is contained in:
wlyu
2022-09-23 21:19:27 +08:00
parent 0ac4dc05fc
commit 3bc1cffa33
7 changed files with 148 additions and 19 deletions

View File

@@ -0,0 +1,7 @@
############################################################################
# APP_Framework/Application/connection_app/socket_demo/Make.defs
############################################################################
ifneq ($(CONFIG_SOCKET_DEMO),)
CONFIGURED_APPS += $(APPDIR)/../../../APP_Framework/Applications/connection_app/socket_demo/*/Make.defs
include $(wildcard $(APPDIR)/../../../APP_Framework/Applications/connection_app/socket_demo/*/Make.defs)
endif