From 6d397558e80caa71b4c1f06405ee5d94f249e150 Mon Sep 17 00:00:00 2001 From: Riadh Ghaddab Date: Tue, 5 Nov 2024 12:18:13 +0100 Subject: [PATCH] doc: release: 4.0: add notes on ZMS Add notes about the new storage system ZMS Signed-off-by: Riadh Ghaddab --- doc/releases/release-notes-4.0.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/releases/release-notes-4.0.rst b/doc/releases/release-notes-4.0.rst index c144a0ae069b4..9c21cb8b2285e 100644 --- a/doc/releases/release-notes-4.0.rst +++ b/doc/releases/release-notes-4.0.rst @@ -717,6 +717,10 @@ Libraries / Subsystems * Shell: Fixed an issue were a failed file system mount attempt using the shell would make it impossible to ever succeed in mounting that file system again until the device was reset (:github:`80024`). + * :ref:`ZMS`: Introduction of a new storage system that is designed to work with all types of + non-volatile storage technologies. It supports classical on-chip NOR flash as well as + new technologies like RRAM and MRAM that do not require a separate erase operation at all. + * Task Watchdog * POSIX API