zephyr/samples/net
Jukka Rissanen cc528d37c2 net: syslog: Make sure CONFIG_LOG_IMMEDIATE is not set
The immediate logging option cannot be used with network logging
support CONFIG_LOG_BACKEND_NET as that would cause the generated
rsyslog messages to be malformed. The UDP packets would only have
one byte payloads which is not correct. So make sure that user is
not able to select a configuration with immediate mode and network
logging.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-12-04 15:46:42 +02:00
..
civetweb boards: Fix 2 liners copyright 2020-11-26 13:51:04 +01:00
cloud samples: net: cloud: tagoio_http_post: Fix sample name 2020-11-24 23:41:25 -05:00
common
dhcpv4_client
dns_resolve
eth_native_posix
gptp net: scripts: Make test runner script fully generic 2020-11-20 16:07:59 +02:00
gsm_modem samples: net: gsm: Add suspend/resume shell commands 2020-10-21 00:08:39 +03:00
ipv4_autoconf
lldp
lwm2m_client net: lwm2m: Notify the application on network error 2020-11-06 12:58:14 +01:00
mdns_responder net: dns: enable dns service discovery for mdns responder 2020-11-09 16:15:02 -08:00
mqtt_publisher samples: net: mqtt: Fix the return code in Docker tests 2020-11-20 16:07:59 +02:00
openthread/coprocessor net: openthread: OpenThread RCP mode integration into Zephyr 2020-11-19 12:34:14 +01:00
promiscuous_mode
sockets samples: net: echo-server: Print receive statistics periodically 2020-11-24 15:02:45 +02:00
stats
syslog_net net: syslog: Make sure CONFIG_LOG_IMMEDIATE is not set 2020-12-04 15:46:42 +02:00
telnet
vlan
wifi samples: net: wifi: Enable inventek es-WIFI shield tests 2020-11-03 11:05:43 +01:00
wpan_serial samples: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
wpanusb samples: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
zperf samples: net: zperf: Allow DHCPv4 or manually set addresses 2020-12-01 16:32:07 +02:00
net.rst