This commit is contained in:
lr
2024-05-15 17:54:07 +08:00
parent bcd9835020
commit 526834acda
315 changed files with 132030 additions and 0 deletions
@@ -0,0 +1,14 @@
SRC_DIR += api
SRC_DIR += arch
SRC_DIR += core
SRC_DIR += netif
SRC_DIR += apps
LWIP_DIR += api
LWIP_DIR += arch
LWIP_DIR += core
LWIP_DIR += netif
LWIP_DIR += apps
SRC_FILES += lwip_server.c
include $(KERNEL_ROOT)/compiler.mk