Skip to content

Commit

Permalink
doc: release-notes-3.6: zbus related changes
Browse files Browse the repository at this point in the history
ZBus release notes for Zephyr 3.6.

Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>
  • Loading branch information
rodrigopex authored and MaureenHelm committed Feb 22, 2024
1 parent f31b527 commit 7ce0d6d
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions doc/releases/release-notes-3.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1242,10 +1242,25 @@ Libraries / Subsystems

* ZBus

* Replace mutexes with semaphores to lock channels and implement the Highest Locker Protocol (HLP)
priority boost for the zbus operations. This feature avoids priority inversions and preemptions,
making the VDED delivery process faster and more consistent. (:github:`63183`)

* Fixed documentation for :c:func:`zbus_chan_add` and :c:func:`zbus_chan_rm` adding the timeout
argument. (:github:`65544`)

* Fixed warning when mixing C and C++ files using zbus. (:github:`65222`)

* :c:macro:`ZBUS_CHANNEL_DEFINE` macro is now compatible with C++. (:github:`65196`)

* Fixed parameter order of net buf pool fixed definition. (:github:`65039`)

* Complete refactoring of benchmark sample, adding message subscribers. (:github:`64524`)

* Renamed ``CONFIG_ZBUS_MSG_SUBSCRIBER_NET_BUF_DYNAMIC`` and
``CONFIG_ZBUS_MSG_SUBSCRIBER_NET_BUF_STATIC``
to :kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_DYNAMIC` and
:kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_STATIC`
``CONFIG_ZBUS_MSG_SUBSCRIBER_NET_BUF_STATIC`` to
:kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_DYNAMIC` and
:kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_STATIC`. (:github:`65632`)

HALs
****
Expand Down

0 comments on commit 7ce0d6d

Please sign in to comment.