zephyr/subsys/net/lib/app
Paul Sokolovsky 83b3f84d6f net: lib: app: Convert CMakeLists.txt to avoid library
Due to the fact that cmake doesn't allow to build empty "library"
(which would be the case when neither CONFIG_NET_APP_SERVER nor
CONFIG_NET_APP_CLIENT is defined).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-06-20 17:10:39 +03:00
..
client.c net: app: server: Fix compile error if TCP is disabled 2018-05-18 14:06:33 +03:00
CMakeLists.txt net: lib: app: Convert CMakeLists.txt to avoid library 2018-06-20 17:10:39 +03:00
Kconfig net: app: Split code for configuring network to a separate lib, "config" 2018-06-20 17:10:39 +03:00
net_app_private.h net: app: Select local IP address properly if multiple interfaces 2018-04-13 08:29:44 -04:00
net_app.c net: Too long timeout was passed to k_sleep 2018-05-22 08:55:27 -04:00
server.c net: app: Select local IP address properly if multiple interfaces 2018-04-13 08:29:44 -04:00