picoTCP development
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user