Skip to content

Commit d91b186

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 79ec7b7 commit d91b186

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
@@ -179,6 +179,16 @@ New APIs and options
179179
* LoRaWAN
180180
* :c:func:`lorawan_request_link_check`
181181

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

0 commit comments

Comments
 (0)