doc: net_buf: move the network buffer documentation to services

Move the network buffer documentation from networking to services as the
implementation now lives outside of the networking subsystem.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2024-09-04 16:10:32 +00:00 committed by Mahesh Mahadevan
commit f86f5263b0
4 changed files with 5 additions and 4 deletions

View file

@ -2844,6 +2844,7 @@ Networking:
- tbursztyka - tbursztyka
- jukkar - jukkar
files: files:
- doc/services/net_buf/
- include/zephyr/net/buf.h - include/zephyr/net/buf.h
- include/zephyr/net_buf.h - include/zephyr/net_buf.h
- lib/net_buf/ - lib/net_buf/

View file

@ -1,10 +1,9 @@
.. _net_buf_mgmt: .. _net_buf_mgmt:
Network Buffer Management Network Packet Management
######################### #########################
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
net_buf.rst
net_pkt.rst net_pkt.rst

View file

@ -22,6 +22,7 @@ OS Services
tracing/index.rst tracing/index.rst
resource_management/index.rst resource_management/index.rst
mem_mgmt/index.rst mem_mgmt/index.rst
net_buf/index.rst
modbus/index.rst modbus/index.rst
modem/index.rst modem/index.rst
notify.rst notify.rst

View file

@ -1,7 +1,7 @@
.. _net_buf_interface: .. _net_buf_interface:
Network Buffer Network Buffers
############## ###############
.. contents:: .. contents::
:local: :local: