From 62aa0fa724a73366a04044ec92bf7d0bb7de7126 Mon Sep 17 00:00:00 2001 From: Franciszek Zdobylak Date: Thu, 27 Jul 2023 08:32:22 +0200 Subject: [PATCH] doc: release: 3.5: Add notes about ext2 fs Add information about new support for ext2 and modified fs sample. Signed-off-by: Franciszek Zdobylak --- doc/releases/release-notes-3.5.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/releases/release-notes-3.5.rst b/doc/releases/release-notes-3.5.rst index 93a65f7f34a..f477d4cde3c 100644 --- a/doc/releases/release-notes-3.5.rst +++ b/doc/releases/release-notes-3.5.rst @@ -303,6 +303,10 @@ Libraries / Subsystems :c:struct:`mgmt_group` when registering a transport. See :c:type:`smp_translate_error_fn` for function details. +* File systems + + * Added support for ext2 file system. + HALs **** @@ -333,5 +337,8 @@ Documentation Tests and Samples ***************** +* Created common sample for file systems (`fs_sample`). It originates from sample for FAT + (`fat_fs`) and supports both FAT and ext2 file systems. + Known Issues ************