The net-app based echo-server/client applications were used for various smoke testing purposes. As those two apps are now removed we need to introduce the same support into sockets based echo-client and echo-server applications. Fixes #13300 #13481 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
19 lines
475 B
Plaintext
19 lines
475 B
Plaintext
CONFIG_BT=n
|
|
|
|
# Disable TCP and IPv4 (TCP disabled to avoid heavy traffic)
|
|
CONFIG_NET_TCP=n
|
|
CONFIG_NET_IPV4=n
|
|
|
|
CONFIG_NET_CONFIG_NEED_IPV6=y
|
|
CONFIG_NET_CONFIG_NEED_IPV4=n
|
|
CONFIG_NET_CONFIG_MY_IPV4_ADDR=""
|
|
CONFIG_NET_CONFIG_PEER_IPV4_ADDR=""
|
|
CONFIG_NET_CONFIG_MY_IPV6_ADDR="2001:db8::2"
|
|
CONFIG_NET_CONFIG_PEER_IPV6_ADDR="2001:db8::1"
|
|
|
|
CONFIG_NET_L2_IEEE802154=y
|
|
CONFIG_NET_L2_IEEE802154_SHELL=y
|
|
CONFIG_NET_L2_IEEE802154_LOG_LEVEL_INF=y
|
|
|
|
CONFIG_NET_CONFIG_IEEE802154_CHANNEL=26
|