zephyr/subsys/fs
Dominik Ermel d0017e9e5e fs: shell: Remove unneeded flags from fs_open calls
The cmd_write and cmd_ctunc have been opening/creating file for
read/write operation.
The commit changes cmd_write to open/create file for write only,
and cmd_trunc to only open file for write.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2021-03-04 06:10:58 -05:00
..
fcb
nvs
CMakeLists.txt
Kconfig
Kconfig.fatfs disk: disk_access_flash: Make sector size configurable in Kconfig 2021-01-15 11:21:01 -05:00
Kconfig.littlefs fs: littlefs: revise how per-file cache memory is allocated 2021-02-02 07:15:17 -05:00
fat_fs.c
fs.c fs: Fix fs_opendir resource leak when invoked on fs_dir_t object in use 2021-02-05 07:32:20 -05:00
fs_impl.c
fs_impl.h
fuse_fs_access.c fs: Add fs_dir_t type variable initializations 2021-02-05 07:32:20 -05:00
littlefs_fs.c fs: littlefs: fix mis-use of preprocessor 2021-02-08 11:36:24 -05:00
shell.c fs: shell: Remove unneeded flags from fs_open calls 2021-03-04 06:10:58 -05:00