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:
parent
159f7dbbb1
commit
f86f5263b0
4 changed files with 5 additions and 4 deletions
|
@ -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/
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.. _net_buf_interface:
|
.. _net_buf_interface:
|
||||||
|
|
||||||
Network Buffer
|
Network Buffers
|
||||||
##############
|
###############
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
Loading…
Add table
Add a link
Reference in a new issue