add LwIP network stack

This commit is contained in:
yudongdong
2021-05-29 13:43:31 +08:00
parent 302079ab81
commit a3cb3fd650
330 changed files with 138375 additions and 4 deletions

View File

@@ -49,6 +49,10 @@ ifeq ($(CONFIG_RESOURCES_USB),y)
SRC_DIR += usb
endif
ifeq ($(CONFIG_RESOURCES_LWIP),y)
SRC_DIR += ethernet
endif
ifeq ($(CONFIG_RESOURCES_WDT),y)
SRC_DIR += watchdog
endif