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
+35-1
Original file line number
Diff line number
Diff line change
@@ -721,7 +721,14 @@ Sensor samples
721
721
SUIT samples
722
722
------------
723
723
724
-
|no_changes_yet_note|
724
+
* Added the :ref:`_nrf54h_suit_ab_sample` sample that demonstrates how to perform A/B updates using SUIT manifests.
725
+
* :ref:`_nrf54h_suit_sample` sample:
726
+
727
+
* Updated memory maps to cover the whole available MRAM memory.
728
+
* Updated memory maps to place recovery firmware on lower addresses than the main firmware.
729
+
* Enabled secure entropy source in all main Bluetooth-enabled sample variants (except recovery firmware).
730
+
* Extended manifests to process suit-payload-fetch sequence of the Nordic top update candidate.
731
+
* Extended manifests with build-time checks for consistency between MPI and envelope signing configuration.
725
732
726
733
Trusted Firmware-M (TF-M) samples
727
734
---------------------------------
@@ -804,6 +811,11 @@ Wi-Fi drivers
804
811
805
812
|no_changes_yet_note|
806
813
814
+
Flash drivers
815
+
-------------
816
+
817
+
* Added a flash_ipuc driver that allows to manage SUIT IPUC memory through Zephyr flash API.
818
+
807
819
Libraries
808
820
=========
809
821
@@ -887,6 +899,28 @@ DFU libraries
887
899
888
900
* Regenerated the zcbor-generated code files using v0.9.0.
889
901
902
+
SUIT libraries
903
+
--------------
904
+
905
+
* Added 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.
906
+
* Moved MPI configuration from local Kconfigs to sysbuild.
907
+
* Added support for in-place updateable components (IPUC) that allow to cross memory permission boundaries to update inactive memory regions from the main application.
908
+
* Added support for IPUC in SUIT manifests:
909
+
910
+
* It is possible to fetch payloads directly into an IPUC.
911
+
* It is possible to declare an IPUC as DFU cache area.
912
+
* It is possible to trigger Nordic firmware updates from an IPUC-based DFU cache area.
913
+
914
+
* Added support for IPUC in DFU protocols:
915
+
916
+
* It is possible to write into IPUC using SMP image command group.
917
+
* It is possible to write into IPUC using SUIT SMP dfu cache raw commands.
918
+
* It is possible to write into IPUC using SUIT dfu_target library.
919
+
920
+
* Added a possibility to copy binaries into radio local RAM memory from SUIT radio manifests.
921
+
* Added a possibility to specify minimal Nordic top manifest version inside the ``VERSION`` file.
922
+
* Added a possibility to block independent updates of Nordic manifests using the ``CONFIG_SUIT_NORDIC_TOP_INDEPENDENT_UPDATE_FORBIDDEN`` Kconfig symbol.
0 commit comments