Skip to content

Commit

Permalink
doc: releases: migration-guide: 4.0: mention rename of net_buf header
Browse files Browse the repository at this point in the history
Mention the rename of the network buffer header file.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
  • Loading branch information
henrikbrixandersen authored and mmahadevan108 committed Sep 7, 2024
1 parent 83e3055 commit 5b15751
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/releases/migration-guide-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ Networking
the :c:func:`eth_bridge_iface_add` and :c:func:`eth_bridge_iface_remove`
will take network interface pointer as a first parameter.

* To facilitate use outside of the networking subsystem, the network buffer header file was renamed
from :zephyr_file:`include/zephyr/net/buf.h` to :zephyr_file:`include/zephyr/net_buf.h` and the
implementation moved to :zephyr_file:`lib/net_buf/`. (:github:`78009`)

Other Subsystems
****************

Expand Down

0 comments on commit 5b15751

Please sign in to comment.