23/07/27 1.Add netdev module and for edu-arm32, fit Lwip to it; 2.Fit Webnet to edu-arm32;

This commit is contained in:
涂煜洋
2023-07-27 15:05:50 +08:00
parent 1a6ee0234b
commit 0307fb2671
29 changed files with 1884 additions and 627 deletions
+4
View File
@@ -36,5 +36,9 @@ ifeq ($(CONFIG_ADD_XIZI_FEATURES),y)
SRC_DIR += control_app
endif
ifeq ($(CONFIG_APP_USING_WEBNET),y)
SRC_DIR += webnet
endif
include $(KERNEL_ROOT)/compiler.mk
endif
@@ -0,0 +1,16 @@
# include $(APPDIR)/Application.mk
# ifeq ($(CONFIG_ADD_NUTTX_FETURES),y)
# include $(APPDIR)/Make.defs
# CSRCS += $(wildcard src/*/*.c) $(wildcard support/*.c)
# include $(APPDIR)/Application.mk
# endif
# ifeq ($(CONFIG_ADD_XIZI_FEATURES),y)
SRC_DIR :=
ifeq ($(CONFIG_APP_BENCHMARK), y)
SRC_DIR += src
SRC_DIR += support
endif
include $(KERNEL_ROOT)/compiler.mk
# endif
@@ -0,0 +1,3 @@
SRC_DIR += WebNet_XiUOS
include $(KERNEL_ROOT)/compiler.mk