zephyr/subsys/fs
Markus Becker 2291de6abf subsys/fs/littlefs: initialize LittleFS at POST_KERNEL
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>
2020-06-09 13:48:34 +02:00
..
fcb zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nvs fs: nvs: fail on >= 256 B block sizes 2020-06-08 23:03:21 -04:00
CMakeLists.txt
fat_fs.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
fs_impl.c
fs_impl.h
fs.c
fuse_fs_access.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig
Kconfig.littlefs
littlefs_fs.c subsys/fs/littlefs: initialize LittleFS at POST_KERNEL 2020-06-09 13:48:34 +02:00
shell.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00