zephyr/samples
Paul Sokolovsky bc1a82acc7 samples: net: sockets: Clean up/improve socket samples
With 323e8cf069 applied and printf() working out of the box,
CONFIG_NET_BUF_LOG=y workarounds can be removed from configs of
all samples.

Also, print an intro message at the start of each server sample,
to give a user hint that the app didn't just hang and what to do
next. (The port waiting for connection is printed. We can't (easily)
print host address, because the samples should run on both Zephyr
and POSIX systems, and finding out local host address would require
hairy #ifdef's undermining the purpose of these samples (that is,
showing that the *same* code can be used on both types of systems)).

Fixes: #5379

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-02-11 09:49:31 -05:00
..
application_development/external_lib sample: external_lib: support console harness 2018-01-25 04:45:35 +05:30
basic samples: button: Fix button sample GPIO for nRF52 2018-01-29 10:23:36 +01:00
bluetooth samples: bluetooth/ipsp: Update multicast address 2018-02-08 14:40:42 +02:00
boards sensors: Redefine SENSOR_CHAN_HUMIDITY in percents, not milli-percents. 2018-02-05 14:10:39 +01:00
cpp_synchronization sample: cpp_synchronization: support console harness 2018-01-25 04:45:35 +05:30
drivers flash: remove obsolete FLASH_DRIVER_NAME 2018-02-06 11:48:53 -06:00
grove samples: remove more build_only tags 2017-12-28 20:24:29 -05:00
hello_world samples: hello_world: disbale asserts on single thread (REVERTME) 2018-01-25 04:45:35 +05:30
mpu drivers: flash: NXP k6x/kw2xd: Convert to use device tree 2018-01-29 16:34:49 -06:00
net samples: net: sockets: Clean up/improve socket samples 2018-02-11 09:49:31 -05:00
nfc/nfc_hello tests: nfc_hello: remove filter and support harness 2018-01-25 04:45:35 +05:30
philosophers tests: Few test require CONFIG_STDOUT_CONSOLE=n 2018-02-05 07:05:12 -08:00
sensor samples: sensor: Add sample application for CCS811 sensor 2018-02-06 11:16:26 -05:00
subsys test: shell: native_posix also supports shell 2018-02-02 07:48:46 -08:00
synchronization sample: synchronization: support console harness 2018-01-25 04:45:35 +05:30
testing/integration tests: Remove broken net_buf unit tests 2018-02-10 09:20:42 +02:00
kernel.rst doc: spelling fixes in samples/ and boards/ 2017-06-12 18:28:08 -04:00
samples.rst samples: drivers: add LPD8806 sample application 2017-10-28 13:23:30 -04:00