Skip to content

Commit f86f526

Browse files
henrikbrixandersenmmahadevan108
authored andcommitted
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 <[email protected]>
1 parent 159f7db commit f86f526

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

MAINTAINERS.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2844,6 +2844,7 @@ Networking:
28442844
- tbursztyka
28452845
- jukkar
28462846
files:
2847+
- doc/services/net_buf/
28472848
- include/zephyr/net/buf.h
28482849
- include/zephyr/net_buf.h
28492850
- lib/net_buf/
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
.. _net_buf_mgmt:
22

3-
Network Buffer Management
3+
Network Packet Management
44
#########################
55

66
.. toctree::
77
:maxdepth: 1
88

9-
net_buf.rst
109
net_pkt.rst

doc/services/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ OS Services
2222
tracing/index.rst
2323
resource_management/index.rst
2424
mem_mgmt/index.rst
25+
net_buf/index.rst
2526
modbus/index.rst
2627
modem/index.rst
2728
notify.rst

doc/connectivity/networking/api/net_buf.rst renamed to doc/services/net_buf/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _net_buf_interface:
22

3-
Network Buffer
4-
##############
3+
Network Buffers
4+
###############
55

66
.. contents::
77
:local:

0 commit comments

Comments
 (0)