samples: sockets: echo_client/server: Build for minimal libc
With recent changes, sockets no longer depend on Newlib libc, so let's have actual samples which demonstrate this. echo_client/ echo_server, which were ported from net_app samples, are converted. The rest of socket samples are intended to be buildable on a POSIX system (e.g. Linux), so they rather stay with more full-fledged libc. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
c0ff084f74
commit
e4fa2f5db7
|
@ -4,7 +4,6 @@ CONFIG_NET_UDP=y
|
|||
CONFIG_NET_TCP=y
|
||||
CONFIG_NET_IPV6=y
|
||||
CONFIG_NET_IPV4=y
|
||||
CONFIG_NEWLIB_LIBC=y
|
||||
CONFIG_NET_SOCKETS=y
|
||||
CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
||||
CONFIG_NET_SOCKETS_POLL_MAX=4
|
||||
|
|
|
@ -4,7 +4,6 @@ CONFIG_NET_UDP=y
|
|||
CONFIG_NET_TCP=y
|
||||
CONFIG_NET_IPV6=y
|
||||
CONFIG_NET_IPV4=y
|
||||
CONFIG_NEWLIB_LIBC=y
|
||||
CONFIG_NET_SOCKETS=y
|
||||
CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
||||
|
||||
|
|
Loading…
Reference in New Issue