mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 17:51:57 +00:00
Add basic documentation about Ethernet over USB and describe prj_netusb.conf configuration file. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
23 lines
497 B
ReStructuredText
23 lines
497 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
|