zephyr/subsys/fs
Lucas Peixoto bc3d01cda5 fs: implemented unmount function to fatfs
There isn't a function to handle the unmount, so I implemented based
in f_mount comments. In the comments of f_mount we actually have
that f_mount is used to mount/unmount logic, is just necessary use
NULL pointer to fs argument.

Signed-off-by: Lucas Peixoto <lucaspeixotoac@gmail.com>
2019-05-30 11:19:36 -04:00
..
fcb license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
nvs fs/nvs: fix startup for 2-sectors configuration 2019-05-22 10:22:53 +02:00
CMakeLists.txt fatfs: move fatfs filesystem to a module 2019-05-28 08:28:57 -04:00
fat_fs.c fs: implemented unmount function to fatfs 2019-05-30 11:19:36 -04:00
fs.c
Kconfig nffs: move to an external module 2019-05-28 08:28:57 -04:00
nffs_fs.c
shell.c