3788ce3b8b
Mounting the disk in a global function can lead to an issue where fatFS cannot be mounted due to it not being registered beforehand. To solve this problem, fatFS is now initialized in POST_KERNEL, just like the littleFS initialization function. fatfs_init must be called before attempting to mounte the disk. Signed-off-by: Sihyun Noh <awake_noh@naver.com> |
||
---|---|---|
.. | ||
fcb | ||
nvs | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.fatfs | ||
Kconfig.littlefs | ||
fat_fs.c | ||
fs.c | ||
fs_impl.c | ||
fs_impl.h | ||
fuse_fs_access.c | ||
littlefs_fs.c | ||
shell.c |