mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 12:55:25 +00:00
Initialize LittleFS at POST_KERNEL and not at APPLICATION stage. When using LittleFS as settings backend for OpenThread, LittleFS needs to be available when net_init is performed. Arguably, FS is an OS kernel component that should be ready when applications are starting. Possibly, the same change should be applied to FAT fs as well. Signed-off-by: Markus Becker <markus.becker@tridonic.com> |
||
---|---|---|
.. | ||
fcb | ||
nvs | ||
CMakeLists.txt | ||
fat_fs.c | ||
fs_impl.c | ||
fs_impl.h | ||
fs.c | ||
fuse_fs_access.c | ||
Kconfig | ||
Kconfig.littlefs | ||
littlefs_fs.c | ||
shell.c |