Skip to content

Commit 341f11f

Browse files
committed
doc: releases: Add runtime changes to release notes
Add runtime observers static allocation feature to release notes. Signed-off-by: Rodrigo Peixoto <[email protected]>
1 parent cd5f664 commit 341f11f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/releases/release-notes-4.2.rst

+10
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,16 @@ New APIs and options
181181
* LoRaWAN
182182
* :c:func:`lorawan_request_link_check`
183183

184+
* ZBus
185+
186+
* Runtime observers can work without heap. Now it is possible to choose between static and dynamic
187+
allocation for the runtime observers nodes.
188+
189+
* :kconfig:option:`CONFIG_ZBUS_RUNTIME_OBSERVERS_NODE_ALLOC_DYNAMIC`
190+
* :kconfig:option:`CONFIG_ZBUS_RUNTIME_OBSERVERS_NODE_ALLOC_STATIC`
191+
* :kconfig:option:`CONFIG_ZBUS_RUNTIME_OBSERVERS_NODE_POOL_SIZE`
192+
193+
184194
New Boards
185195
**********
186196

0 commit comments

Comments
 (0)