zephyr/samples/net
Jukka Rissanen 72f75e52e1 samples: net: echo-server: Add overlay config support
Refactor the prj*conf files so that there is only one master
prj.conf and several overlay conf files that add / change
only minor subset of functionality.

Use the overlay files like so:
    cmake -DBOARD=nrf52840_pca10056 \
          -DOVERLAY_CONFIG=overlay-ot.conf ..

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-07-24 15:11:09 +03:00
..
coap_client
coap_server
coaps_client samples: fix u32_t type usage 2018-07-18 12:32:23 -04:00
coaps_server samples: fix u32_t type usage 2018-07-18 12:32:23 -04:00
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: Make echo_client/echo_server use generic mbedTLS config 2018-07-13 10:56:40 +02:00
echo_server samples: net: echo-server: Add overlay config support 2018-07-24 15:11:09 +03:00
eth_native_posix
gptp samples: net: gptp: Add support for FRDM-K64F board 2018-07-18 07:37:41 -04:00
http_client
http_server
irc_bot
leds_demo
lwm2m_client
mbedtls_dtlsclient samples: fix u32_t type usage 2018-07-18 12:32:23 -04:00
mbedtls_dtlsserver samples: fix u32_t type usage 2018-07-18 12:32:23 -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
nats samples: nats: Fix warning when building with newlib 2018-07-13 09:42:14 -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: Explicitly ignore socket close return value 2018-07-18 19:51:17 +03:00
stats
syslog_net
telnet
throughput_server
traffic_class samples: net: Fix incorrect use of ipv4 in ipv6 branch 2018-07-20 12:06:11 +03:00
vlan
wifi samples: net: wifi: Add a cc3220sf_launchxl conf file 2018-06-15 10:01:21 -04:00
wpan_serial
wpanusb samples: wpanusb: Remove old dead code 2018-07-18 08:23:00 -04:00
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 kernel: Deprecate sys_clock_us_per_tick variable. 2018-07-20 00:03:52 -04:00
net.rst