mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 06:04:33 +02:00
vfs: list IO functions which can be used with VFS_SUPPORT_IO disabled
This commit is contained in:
@@ -14,6 +14,11 @@ menu "Virtual file system"
|
|||||||
Disabling this option can save memory when the support for these functions
|
Disabling this option can save memory when the support for these functions
|
||||||
is not required.
|
is not required.
|
||||||
|
|
||||||
|
Note that the following functions can still be used with socket file descriptors
|
||||||
|
when this option is disabled:
|
||||||
|
|
||||||
|
close, read, write, ioctl, fcntl.
|
||||||
|
|
||||||
config VFS_SUPPORT_DIR
|
config VFS_SUPPORT_DIR
|
||||||
bool "Provide directory related functions"
|
bool "Provide directory related functions"
|
||||||
default y
|
default y
|
||||||
|
Reference in New Issue
Block a user