zephyr/subsys/fs
Dominik Ermel 07c1e49f20 fs: Clarify description of fs_open when no access bits given
Add warning that file opened without R/W flags will have no read/write
access.
Remove suggestion for using fs_open to check if file exists.
Clarify -ENOENT return reason.

Fixes #64030

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2024-02-07 06:57:19 -06:00
..
ext2
fcb
nvs
CMakeLists.txt
Kconfig fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
Kconfig.fatfs
Kconfig.littlefs
fat_fs.c fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
fs.c fs: Clarify description of fs_open when no access bits given 2024-02-07 06:57:19 -06:00
fs_impl.c
fs_impl.h
fuse_fs_access.c
littlefs_fs.c fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
shell.c