From 02226208bf1ade1181ac36e9436c70d9f2def1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Tue, 17 Oct 2023 11:25:54 -0400 Subject: [PATCH] doc: intro: cleanup VFS section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add mention of ext2 as a supported file system. * remove unnecessary mention to configurability and logging since it's not unique to VFS. * capitalize FatFS properly Signed-off-by: Benjamin Cabé --- doc/introduction/index.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/introduction/index.rst b/doc/introduction/index.rst index d83a778e526..5444694dd21 100644 --- a/doc/introduction/index.rst +++ b/doc/introduction/index.rst @@ -147,10 +147,9 @@ Zephyr offers a large and ever growing number of features including: systems. A native POSIX port lets you build and run Zephyr as a native application on Linux and other OSes, aiding development and testing. -**Virtual File System Interface with LittleFS and FATFS Support** - LittleFS and FATFS Support, - FCB (Flash Circular Buffer) for memory constrained applications, and - file system enhancements for logging and configuration. +**Virtual File System Interface with ext2, FatFs, and LittleFS Support** + ext2, LittleFS and FatFS support; FCB (Flash Circular Buffer) for memory constrained + applications. **Powerful multi-backend logging Framework** Support for log filtering, object dumping, panic mode, multiple backends