picoTCP development

This commit is contained in:
Joseph Henry
2016-10-17 13:14:53 -07:00
parent 846fea0dca
commit 4c34494bfb
8 changed files with 167 additions and 77 deletions

View File

@@ -87,6 +87,7 @@ INCLUDES+= -Iext \
-I$(PICOTCP_DIR)/build/include
# Stack selection / parameters
# lwIP debug
ifeq ($(SDK_LWIP_DEBUG),1)
LWIP_FLAGS+=SDK_LWIP_DEBUG=1
@@ -109,6 +110,18 @@ endif
# TCP protocol version
ifeq ($(SDK_IPV4),1)
STACK_FLAGS+=-DSDK_IPV4
endif
ifeq ($(SDK_IPV6),1)
STACK_FLAGS+=-DSDK_IPV6
endif
# Debug output for the SDK
# Specific levels can be controlled in src/SDK_Debug.h