File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff 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
12501265HALs
12511266****
You can’t perform that action at this time.
0 commit comments