zephyr/samples/net/echo_server
Luiz Augusto von Dentz 53dbe52f7d net: echo_server: Avoid using #ifdef and #ifndef
It is prefered to use #if (!)defined form for checking defines since it
can actually check more complex conditions.

Change-Id: I59c6fff1f2d4e950f9ae64adb9f8833ef0fea4d0
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-02-18 12:16:18 +02:00
..
src net: echo_server: Avoid using #ifdef and #ifndef 2016-02-18 12:16:18 +02:00
Makefile net: apps: Move net samples to one directory instead of per kernel 2016-02-11 13:08:44 -05:00
Makefile.ipstack net: Rename samples/network to samples/net 2016-02-05 20:24:39 -05:00
prj.mdef net: apps: Move net samples to one directory instead of per kernel 2016-02-11 13:08:44 -05:00
prj_802154.conf net: apps: Refactor echo-server compilation 2016-02-05 20:25:32 -05:00
prj_ethernet.conf net: apps: Move net samples to one directory instead of per kernel 2016-02-11 13:08:44 -05:00
prj_slip.conf net: apps: Refactor echo-server compilation 2016-02-05 20:25:32 -05:00
testcase.ini rename basic_atom with minnowboard 2016-02-05 20:25:11 -05:00