33 lines
743 B
Plaintext
33 lines
743 B
Plaintext
# General config
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
CONFIG_REQUIRES_FULL_LIBC=y
|
|
CONFIG_POSIX_API=y
|
|
CONFIG_SNTP=y
|
|
CONFIG_NET_CONFIG_CLOCK_SNTP_INIT=y
|
|
CONFIG_NET_CONFIG_SNTP_INIT_SERVER="time.nist.gov"
|
|
CONFIG_NET_CONFIG_SNTP_INIT_RESYNC=y
|
|
|
|
# Networking config
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_IPV4=y
|
|
CONFIG_NET_IPV6=y
|
|
CONFIG_NET_TCP=y
|
|
CONFIG_NET_SOCKETS=y
|
|
|
|
CONFIG_DNS_RESOLVER=y
|
|
CONFIG_DNS_SERVER_IP_ADDRESSES=y
|
|
CONFIG_DNS_SERVER1="192.0.2.2"
|
|
|
|
# Network driver config
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
# Network address config
|
|
CONFIG_NET_CONFIG_SETTINGS=y
|
|
CONFIG_NET_CONFIG_NEED_IPV4=y
|
|
CONFIG_NET_CONFIG_MY_IPV4_ADDR="192.0.2.1"
|
|
CONFIG_NET_CONFIG_PEER_IPV4_ADDR="192.0.2.2"
|
|
CONFIG_NET_CONFIG_MY_IPV4_GW="192.0.2.2"
|
|
|
|
# Network debug config
|
|
CONFIG_NET_LOG=y
|