Lines Matching refs:configuration
145 # Select the appropriate Build Test configuration
148 …TOS_PLUS_TCP_TEST_CONFIGURATION "CUSTOM" CACHE STRING "FreeRTOS Plus TCP Build Test configuration")
150 CUSTOM # Custom (external) configuration -eg from a top-level project
151 ENABLE_ALL # Enable all configuration settings
152 ENABLE_ALL_IPV4 # Enable all configuration settings IPv4 UDP
153 ENABLE_ALL_IPV6 # Enable all configuration settings IPv6 UDP
154 ENABLE_ALL_IPV4_TCP # Enable all configuration settings IPv4 TCP
155 ENABLE_ALL_IPV6_TCP # Enable all configuration settings IPv6 TCP
156 ENABLE_ALL_IPV4_IPV6 # Enable all configuration settings IPv4 IPv6 UDP
157 DISABLE_ALL # Disable all configuration settings
159 DEFAULT_CONF # Default (typical) configuration
166 … message(WARNING "FreeRTOS-Kernel configuration settings are configured by FreeRTOS-Plus-TCP")