File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff 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
595600Userspace
596601*********
You can’t perform that action at this time.
0 commit comments