change lwip_demo to resoures directory and mkdir socket_demo on connection_app

This commit is contained in:
wlyu
2022-01-06 21:20:17 +08:00
parent acd53026b0
commit ddb889623d
27 changed files with 1654 additions and 20 deletions
@@ -1,7 +1,7 @@
SRC_DIR :=
ifeq ($(CONFIG_RESOURCES_LWIP),y)
SRC_DIR += lwip_demo
SRC_DIR += socket_demo
endif
include $(KERNEL_ROOT)/compiler.mk