doc: intro: cleanup VFS section
* 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é <benjamin@zephyrproject.org>
This commit is contained in:
parent
00fc22a44a
commit
02226208bf
|
@ -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
|
systems. A native POSIX port lets you build and run Zephyr as a native
|
||||||
application on Linux and other OSes, aiding development and testing.
|
application on Linux and other OSes, aiding development and testing.
|
||||||
|
|
||||||
**Virtual File System Interface with LittleFS and FATFS Support**
|
**Virtual File System Interface with ext2, FatFs, and LittleFS Support**
|
||||||
LittleFS and FATFS Support,
|
ext2, LittleFS and FatFS support; FCB (Flash Circular Buffer) for memory constrained
|
||||||
FCB (Flash Circular Buffer) for memory constrained applications, and
|
applications.
|
||||||
file system enhancements for logging and configuration.
|
|
||||||
|
|
||||||
**Powerful multi-backend logging Framework**
|
**Powerful multi-backend logging Framework**
|
||||||
Support for log filtering, object dumping, panic mode, multiple backends
|
Support for log filtering, object dumping, panic mode, multiple backends
|
||||||
|
|
Loading…
Reference in New Issue