zephyr/samples/net
Robert Lubos 92d94cb325 samples: net: lwm2m_client: Increase log_strdup buffer count
The sample was producing quite a few `<log_strdup alloc failed>`
warnings when running in default configuration on qemu_x86. Increase the
log_strdup buffer count to prevent that.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-11-03 16:24:21 +01:00
..
cloud net: mqtt: fix sample to use zsock_ functions 2020-10-01 17:35:45 +03:00
common license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dhcpv4_client zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dns_resolve zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eth_native_posix sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
gptp sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
gsm_modem samples: net: gsm: Add suspend/resume shell commands 2020-10-21 00:08:39 +03:00
ipv4_autoconf sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
lldp sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
lwm2m_client samples: net: lwm2m_client: Increase log_strdup buffer count 2020-11-03 16:24:21 +01:00
mdns_responder samples: net: mdns_responder: Add IPv4 gateway setting 2020-08-28 17:43:36 +02:00
mqtt_publisher net: mqtt: fix sample to use zsock_ functions 2020-10-01 17:35:45 +03:00
openthread/ncp eth: mcux: Get rid of CONFIG_ETH_MCUX_* 2020-10-09 11:50:50 +02:00
promiscuous_mode zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sockets samples: civetweb_websocket_server: init project 2020-11-02 20:20:00 +02:00
stats samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
syslog_net samples: net: syslog: Add configs for ipv4- and ipv6-only 2020-08-14 18:51:28 -04:00
telnet zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
vlan samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
wifi samples: net: wifi: Enable inventek es-WIFI shield tests 2020-11-03 11:05:43 +01:00
wpan_serial device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
wpanusb device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
zperf shell: examples cleanup 2020-09-29 10:48:47 +02:00
net.rst