samples: sockets: sntp_client: Add support for cc3220sf_launchxl
This commits adds a configuration file for cc3220sf_launchxl suitable for the example. Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
This commit is contained in:
parent
be5bfb6169
commit
751025957a
1 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
|||
# Networking Config:
|
||||
CONFIG_NETWORKING=y
|
||||
CONFIG_NET_IPV4=y
|
||||
CONFIG_NET_IPV6=n
|
||||
CONFIG_NET_CONFIG_NEED_IPV6=n
|
||||
CONFIG_NET_SOCKETS=y
|
||||
|
||||
# Enable SimpleLink WiFi Driver and Socket Offload
|
||||
CONFIG_WIFI=y
|
||||
CONFIG_WIFI_SIMPLELINK=y
|
||||
CONFIG_NET_SOCKETS_OFFLOAD=y
|
||||
|
||||
# Disable unneeded settings from the base prj.conf:
|
||||
CONFIG_NET_CONFIG_SETTINGS=n
|
||||
CONFIG_NET_CONFIG_MY_IPV4_ADDR=""
|
||||
CONFIG_NET_CONFIG_PEER_IPV4_ADDR=""
|
||||
CONFIG_NET_CONFIG_MY_IPV6_ADDR=""
|
||||
CONFIG_NET_CONFIG_PEER_IPV6_ADDR=""
|
||||
|
||||
# Debugging
|
||||
CONFIG_NET_LOG=y
|
||||
CONFIG_WIFI_LOG_LEVEL_DBG=y
|
||||
CONFIG_DEBUG=y
|
||||
CONFIG_ASSERT=y
|
Loading…
Add table
Add a link
Reference in a new issue