Skip to content

Commit 7ce0d6d

Browse files
rodrigopexMaureenHelm
authored andcommitted
doc: release-notes-3.6: zbus related changes
ZBus release notes for Zephyr 3.6. Signed-off-by: Rodrigo Peixoto <[email protected]>
1 parent f31b527 commit 7ce0d6d

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

doc/releases/release-notes-3.6.rst

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,10 +1242,25 @@ Libraries / Subsystems
12421242

12431243
* ZBus
12441244

1245+
* Replace mutexes with semaphores to lock channels and implement the Highest Locker Protocol (HLP)
1246+
priority boost for the zbus operations. This feature avoids priority inversions and preemptions,
1247+
making the VDED delivery process faster and more consistent. (:github:`63183`)
1248+
1249+
* Fixed documentation for :c:func:`zbus_chan_add` and :c:func:`zbus_chan_rm` adding the timeout
1250+
argument. (:github:`65544`)
1251+
1252+
* Fixed warning when mixing C and C++ files using zbus. (:github:`65222`)
1253+
1254+
* :c:macro:`ZBUS_CHANNEL_DEFINE` macro is now compatible with C++. (:github:`65196`)
1255+
1256+
* Fixed parameter order of net buf pool fixed definition. (:github:`65039`)
1257+
1258+
* Complete refactoring of benchmark sample, adding message subscribers. (:github:`64524`)
1259+
12451260
* Renamed ``CONFIG_ZBUS_MSG_SUBSCRIBER_NET_BUF_DYNAMIC`` and
1246-
``CONFIG_ZBUS_MSG_SUBSCRIBER_NET_BUF_STATIC``
1247-
to :kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_DYNAMIC` and
1248-
:kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_STATIC`
1261+
``CONFIG_ZBUS_MSG_SUBSCRIBER_NET_BUF_STATIC`` to
1262+
:kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_DYNAMIC` and
1263+
:kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_STATIC`. (:github:`65632`)
12491264

12501265
HALs
12511266
****

0 commit comments

Comments
 (0)