We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e3055 commit 5b15751Copy full SHA for 5b15751
doc/releases/migration-guide-4.0.rst
@@ -232,6 +232,10 @@ Networking
232
the :c:func:`eth_bridge_iface_add` and :c:func:`eth_bridge_iface_remove`
233
will take network interface pointer as a first parameter.
234
235
+* To facilitate use outside of the networking subsystem, the network buffer header file was renamed
236
+ from :zephyr_file:`include/zephyr/net/buf.h` to :zephyr_file:`include/zephyr/net_buf.h` and the
237
+ implementation moved to :zephyr_file:`lib/net_buf/`. (:github:`78009`)
238
+
239
Other Subsystems
240
****************
241
0 commit comments