zephyr/subsys/net/lib/shell
Georges Oates_Larsen a900d17660 net: shell: cm: Fix snprintf warnings on NEWLIBC
Building with NEWLIBC triggers warnings about
snprintf since stdio is no longer automatically
included by printk.h

This PR switches to using snprintk to avoid these
warnings.

Fixes #77330

Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
2024-08-24 07:14:32 -04:00
..
allocs.c
arp.c
capture.c
cm.c net: shell: cm: Fix snprintf warnings on NEWLIBC 2024-08-24 07:14:32 -04:00
CMakeLists.txt net: shell: add conn_mgr shell commands 2024-08-20 10:31:55 +02:00
conn.c
dhcpv4.c
dns.c
events.c
gptp.c
http.c net: lib: http_server: add static fs resource 2024-07-31 10:08:16 +02:00
iface_dynamic.h
iface.c net: shell: iface: add infos from eth phy 2024-07-27 15:07:26 +03:00
ipv4.c
ipv6.c
mem.c
nbr.c
net_shell_private.h net: shell: use shell_xxx_impl in PR ... PR_WARNING macros 2024-07-31 10:07:29 +02:00
net_shell.c
net_shell.h
ping.c
pkt.c
ppp.c
resume.c
route.c
sockets.c
stats.c
suspend.c
tcp.c
udp.c
virtual.c
vlan.c
websocket.c