zephyr/samples/net
Robert Lubos ff0950a940 samples: net: Fix echo_client/echo_server TLS config files
Current config files for TLS qemu_x86 contain unrecognized
`CONFIG_RAM_SIZE`, which causes cmake to fail during project generation.
They  should not be needed anyway, as qemu_x86 defaults to 8 MB of RAM.
Additionaly, echo_client crashes in this configuration with default main
stack size, hence increase it.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2018-07-11 15:44:46 +03:00
..
coap_client
coap_server
coaps_client
coaps_server
common
dhcpv4_client
dns_resolve samples: net: dns: Cross reference mDNS config option 2018-06-29 13:11:18 +03:00
echo_client samples: net: Fix echo_client/echo_server TLS config files 2018-07-11 15:44:46 +03:00
echo_server samples: net: Fix echo_client/echo_server TLS config files 2018-07-11 15:44:46 +03:00
eth_native_posix
gptp samples: net: gptp: Documentation fixes 2018-07-06 19:19:26 -04:00
http_client
http_server
irc_bot samples: net: Remove undefined references to CONFIG_NET_LOG_ENABLED 2018-05-23 12:10:38 -04:00
leds_demo
lwm2m_client
mbedtls_dtlsclient
mbedtls_dtlsserver samples: mbedTLS server: Remove CONFIG_NET_SLIP_TAP assignment 2018-05-25 17:21:31 -04:00
mbedtls_sslclient samples: mbedtls_sslclient: Use entropy driver to kickstart RNG 2018-06-11 17:43:04 -04:00
mdns_responder
mqtt_publisher samples: net: mqtt: Remove CONFIG_BT_MAX_CMD_LEN assignment 2018-05-23 13:10:26 -04:00
nats samples: net: Check the return value of nats_publish 2018-06-06 16:06:39 -05:00
rpl_border_router cmake: Remove duplicate invocations of target_link_libraries on app 2018-06-26 15:53:32 +02:00
rpl_node
rpl-mesh-qemu
sntp_client
sockets samples: net: Socket based echo_server 2018-06-28 15:18:42 +03:00
stats kconfig: Remove remaining 'option env' bounce symbols 2018-05-28 17:21:11 -04:00
syslog_net
telnet
throughput_server
traffic_class kconfig: Remove remaining 'option env' bounce symbols 2018-05-28 17:21:11 -04:00
vlan kconfig: Remove remaining 'option env' bounce symbols 2018-05-28 17:21:11 -04:00
wifi samples: net: wifi: Add a cc3220sf_launchxl conf file 2018-06-15 10:01:21 -04:00
wpan_serial
wpanusb
ws_console cmake: Remove duplicate invocations of target_link_libraries on app 2018-06-26 15:53:32 +02:00
ws_echo_server cmake: Remove duplicate invocations of target_link_libraries on app 2018-06-26 15:53:32 +02:00
zperf samples: net: zperf: Remove config files for Galileo board 2018-05-24 08:02:04 -04:00
net.rst