zephyr/samples/net
Jukka Rissanen a1594472f2 samples: net: echo-client: 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-25 12:42:36 +03:00
..
coap_client samples: net: Fix coap-client sample 2018-05-22 08:54:54 -04:00
coap_server samples: net: Remove unwanted code from coap-server 2018-05-22 08:54:54 -04:00
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 gpio: Refactor the mcux gpio driver to use dts 2018-04-20 08:54:11 -05:00
dhcpv4_client samples: net: Fix sanitycheck for sam_e70_xplained board 2018-04-05 08:25:49 -04:00
dns_resolve samples: net: dns: Cross reference mDNS config option 2018-06-29 13:11:18 +03:00
echo_client samples: net: echo-client: Add overlay config support 2018-07-25 12:42:36 +03:00
echo_server samples: net: Fix incorrect error check in echo_server 2018-07-24 17:26:54 +03:00
eth_native_posix doc: fix doc misspellings in doc, boards, samples 2018-04-05 19:17:01 -04:00
gptp samples: net: gptp: Add support for FRDM-K64F board 2018-07-18 07:37:41 -04:00
http_client samples: net: https-client: Increasing main stack size 2018-05-03 08:55:58 +03:00
http_server samples: net: Add test cases for USB EEM 2018-04-06 06:50:34 -04:00
irc_bot samples: net: Remove undefined references to CONFIG_NET_LOG_ENABLED 2018-05-23 12:10:38 -04:00
leds_demo samples: leds_demo: depend on netif and gpio 2018-05-16 23:10:30 +03:00
lwm2m_client net: lwm2m: mark OPTIONAL resources for LwM2M Device 2018-05-16 10:56:07 +03:00
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 samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00
mqtt_publisher samples: net: mqtt: Remove CONFIG_BT_MAX_CMD_LEN assignment 2018-05-23 13:10:26 -04:00
nats samples: nats: Fix warning when building with newlib 2018-07-13 09:42:14 -05:00
promiscuous_mode samples: net: Add promiscuous mode application 2018-07-24 15:12:37 +03:00
rpl_border_router cmake: Remove duplicate invocations of target_link_libraries on app 2018-06-26 15:53:32 +02:00
rpl_node samples: net: rpl: Add observer support to node application 2018-05-17 16:25:49 +03:00
rpl-mesh-qemu sample: net: RPL mesh sample over QEMU 2018-02-20 14:47:14 +02:00
sntp_client samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00
sockets samples: net: Explicitly ignore socket close return value 2018-07-18 19:51:17 +03:00
stats kconfig: Remove remaining 'option env' bounce symbols 2018-05-28 17:21:11 -04:00
syslog_net samples: net: Fix sanitycheck for sam_e70_xplained board 2018-04-05 08:25:49 -04:00
telnet samples: telnet: fix net mgmt event handler 2018-04-12 10:35:10 +03:00
throughput_server samples: net: tp: Avoid compiler warning 2018-07-24 09:20:46 -04:00
traffic_class samples: net: Fix incorrect use of ipv4 in ipv6 branch 2018-07-20 12:06:11 +03: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 ieee802154: Add support for filtering source short/ieee addresses 2018-05-17 16:18:53 +03:00
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 doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00