mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 11:51:56 +00:00
Add gPTP information to documentation. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Julien Chevrier <julien.chevrier@intel.com>
26 lines
556 B
ReStructuredText
26 lines
556 B
ReStructuredText
.. _networking:
|
|
|
|
Networking
|
|
###########
|
|
|
|
The networking section contains information regarding the network stack of the
|
|
Zephyr kernel. Use the information to understand the principles behind the
|
|
operation of the stacks and how they were implemented.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
overview.rst
|
|
ip-stack-architecture.rst
|
|
networking-api-usage.rst
|
|
bsd-sockets.rst
|
|
l2-and-drivers.rst
|
|
network-management-api.rst
|
|
net-app-api.rst
|
|
buffers.rst
|
|
qemu_setup.rst
|
|
usbnet_setup.rst
|
|
vlan.rst
|
|
traffic-class.rst
|
|
gptp_release_notes.rst
|