Merge branch 'lwip' of https://gitlink.org.cn/tuyuyang/xiuos into 2023_open_source_contest

This commit is contained in:
huang
2023-07-17 13:43:19 +08:00
34 changed files with 2872 additions and 1023 deletions
@@ -1,5 +1,6 @@
ifeq ($(CONFIG_ADD_XIZI_FETURES),y)
SRC_FILES := lwip_mqtt_demo.c
SRC_FILES += lwip_mqtt_demo.c
SRC_FILES += online_mqtt.c
include $(KERNEL_ROOT)/compiler.mk
endif