You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -860,7 +860,7 @@ Wi-Fi drivers
860
860
Flash drivers
861
861
-------------
862
862
863
-
* Added a ``flash_ipuc`` driver that allows to manage SUIT IPUC memory through the Zephyr flash API.
863
+
* Added a :ref:`flash_ipuc` driver that allows to manage SUIT IPUC memory through the Zephyr flash API.
864
864
865
865
Libraries
866
866
=========
@@ -947,13 +947,10 @@ DFU libraries
947
947
948
948
* Regenerated the zcbor-generated code files using v0.9.0.
949
949
950
-
SUIT libraries
951
-
--------------
952
-
953
950
* Added:
954
951
955
-
* Support for manifest-controlled variables, that allow to control manifest logic based on previous evaluations as well as store integer values inside the SUIT non-volatile memory region.
956
-
* Support for in-place updateable components (IPUC) that allows to cross memory permission boundaries to update inactive memory regions from the main application.
952
+
* Support for :ref:`manifest-controlled variables<subsys_suit_mfst_var>`, that allow to control manifest logic based on previous evaluations as well as store integer values inside the SUIT non-volatile memory region.
953
+
* Support for :ref:`In-place Updateable Components (IPUC)<ug_nrf54h20_suit_ipuc>` that allow to cross memory permission boundaries to update inactive memory regions from the main application.
957
954
* Support for IPUC in SUIT manifests:
958
955
959
956
* It is possible to fetch payloads directly into an IPUC.
0 commit comments