zephyr/samples/net
Chris Friedt db08c515c8 samples: net: socketpair: rename to main.c for consistence
The source file for most single-file sample apps is usually
`main.c`. Rename this file to be consistent with other
samples.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2023-02-08 19:04:25 +09:00
..
capture includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
cloud treewide: Disable automatic argparse argument shortening 2023-01-26 20:12:36 +09:00
common
dhcpv4_client includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
dns_resolve includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
dsa includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
eth_native_posix tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
gptp yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
gsm_modem includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ipv4_autoconf tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
lldp tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
lwm2m_client samples: net: lwm2m_client: Use Ethernet in QEMU Cortex-M3 2023-01-27 00:58:45 +09:00
mdns_responder tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
mqtt_publisher all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
mqtt_sn_publisher tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
openthread/coprocessor samples: net: openthread: coprocessor: Enable uart1 explicitly 2023-01-16 09:26:10 +01:00
promiscuous_mode includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
sockets samples: net: socketpair: rename to main.c for consistence 2023-02-08 19:04:25 +09:00
stats includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
syslog_net all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
telnet includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
virtual includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
vlan includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
wifi tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
wpan_serial samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
wpanusb samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
zperf samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
net.rst