Skip to content

Commit 57113c9

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 e235a83 commit 57113c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/releases/release-notes-4.2.rst

+7
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,13 @@ New APIs and options
179179
* LoRaWAN
180180
* :c:func:`lorawan_request_link_check`
181181

182+
* Zbus
183+
* Runtime observers can work without heap. Now it is possible to choose between static and dynamic
184+
allocation for the runtime observers nodes.
185+
* :kconfig:option:`CONFIG_ZBUS_RUNTIME_OBSERVERS_NODE_ALLOC_DYNAMIC`
186+
* :kconfig:option:`CONFIG_ZBUS_RUNTIME_OBSERVERS_NODE_ALLOC_STATIC`
187+
* :kconfig:option:`CONFIG_ZBUS_RUNTIME_OBSERVERS_NODE_POOL_SIZE`
188+
182189
New Boards
183190
**********
184191

0 commit comments

Comments
 (0)