feat: support tcp client

This commit is contained in:
Allenn
2023-12-13 19:30:37 +08:00
parent 402f25a2fd
commit f8b8ac46ca
17 changed files with 2696 additions and 36 deletions
@@ -9,4 +9,8 @@ ifeq ($(CONFIG_BSP_USING_GPIO),y)
SRC_DIR += gpio
endif
ifeq ($(CONFIG_BSP_USING_ETH),y)
SRC_DIR += ethernet
endif
include $(KERNEL_ROOT)/compiler.mk