Skip to content

Commit dc8dff0

Browse files
rodrigopexMaureenHelm
authored andcommitted
doc: migration-guide-3.6: zbus related migrations
The zbus related migrations. Signed-off-by: Rodrigo Peixoto <[email protected]>
1 parent 7ce0d6d commit dc8dff0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

doc/releases/migration-guide-3.6.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -587,10 +587,15 @@ Other Subsystems
587587
respective ``reset-gpios``. This has been fixed so those signals now have to
588588
be flagged as :c:macro:`GPIO_ACTIVE_LOW` in the devicetree. (:github:`64800`)
589589

590-
* The :kconfig:option:`ZBUS_MSG_SUBSCRIBER_NET_BUF_DYNAMIC`
591-
and :kconfig:option:`ZBUS_MSG_SUBSCRIBER_NET_BUF_STATIC`
592-
zbus options are renamed. Instead, the new :kconfig:option:`ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_DYNAMIC`
593-
and :kconfig:option:`ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_STATIC` options should be used.
590+
* The ``CONFIG_ZBUS_MSG_SUBSCRIBER_NET_BUF_DYNAMIC`` and
591+
``CONFIG_ZBUS_MSG_SUBSCRIBER_NET_BUF_STATIC`` zbus options are renamed. Instead, the new
592+
:kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_DYNAMIC` and
593+
:kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_STATIC` options should be used.
594+
(:github:`65632`)
595+
596+
* To enable the zbus HLP priority boost, the developer must call the
597+
:c:func:`zbus_obs_attach_to_thread` inside the attaching thread. The observer will then assume the
598+
attached thread priority which will be used by zbus to calculate HLP priority. (:github:`63183`)
594599

595600
Userspace
596601
*********

0 commit comments

Comments
 (0)