Skip to content

Commit

Permalink
doc: migration-guide-3.6: zbus related migrations
Browse files Browse the repository at this point in the history
The zbus related migrations.

Signed-off-by: Rodrigo Peixoto <[email protected]>
  • Loading branch information
rodrigopex authored and MaureenHelm committed Feb 22, 2024
1 parent 7ce0d6d commit dc8dff0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions doc/releases/migration-guide-3.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -587,10 +587,15 @@ Other Subsystems
respective ``reset-gpios``. This has been fixed so those signals now have to
be flagged as :c:macro:`GPIO_ACTIVE_LOW` in the devicetree. (:github:`64800`)

* The :kconfig:option:`ZBUS_MSG_SUBSCRIBER_NET_BUF_DYNAMIC`
and :kconfig:option:`ZBUS_MSG_SUBSCRIBER_NET_BUF_STATIC`
zbus options are renamed. Instead, the new :kconfig:option:`ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_DYNAMIC`
and :kconfig:option:`ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_STATIC` options should be used.
* The ``CONFIG_ZBUS_MSG_SUBSCRIBER_NET_BUF_DYNAMIC`` and
``CONFIG_ZBUS_MSG_SUBSCRIBER_NET_BUF_STATIC`` zbus options are renamed. Instead, the new
:kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_DYNAMIC` and
:kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_STATIC` options should be used.
(:github:`65632`)

* To enable the zbus HLP priority boost, the developer must call the
:c:func:`zbus_obs_attach_to_thread` inside the attaching thread. The observer will then assume the
attached thread priority which will be used by zbus to calculate HLP priority. (:github:`63183`)

Userspace
*********
Expand Down

0 comments on commit dc8dff0

Please sign in to comment.