Skip to content

Commit 120c740

Browse files
committed
doc: release: 3.4: Add retention subsystem and boot mode entries
Adds details on the newly introduced retention subsystem and boot mode APIs to the release notes. Signed-off-by: Jamie McCrae <[email protected]>
1 parent d8854e9 commit 120c740

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/releases/release-notes-3.4.rst

+13
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,19 @@ Libraries / Subsystems
494494
correctly, allowing other transports or other parts of the application
495495
code to use it.
496496

497+
* Retention
498+
499+
* Retention subsystem has been added which adds enhanced features over
500+
retained memory drivers allowing for partitioning, magic headers and
501+
checksum validation. See :ref:`retention API <retention_api>` for details.
502+
Support for the retention subsystem is experimental.
503+
504+
* Boot mode retention module has been added which allows for setting/checking
505+
the boot mode of an application, initial support has also been added to
506+
MCUboot to allow for applications to use this as an entrance method for
507+
MCUboot serial recovery mode. See :ref:`boot mode API <boot_mode_api>` for
508+
details.
509+
497510
* RTIO
498511

499512
* Added policy that every ``sqe`` will generate a ``cqe`` (previously an RTIO_SQE_TRANSACTION

0 commit comments

Comments
 (0)