zephyr/subsys/fs
Christian Taedcke 05a5db4821 fs: littlefs: Use flash map macro in automount
To identify the flash partition id, the macro DT_FIXED_PARTITION_ID()
was used previously.

Now the macro FLASH_AREA_ID() is used. This also supports the usecase
when a different flash map implementation is used that redefines the
macros in include/storage/flash_map.h, e.g. the nordic partition
manager.

Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
2022-03-26 12:15:09 +01:00
..
fcb
nvs everywhere: fix typos 2022-03-18 13:24:08 -04:00
CMakeLists.txt modules: littlefs: move CMake glue code from littlefs repo into Zephyr 2022-03-02 15:34:11 +01:00
fat_fs.c fs/fat_fs: Allow configuration of number of root entries 2022-02-22 08:14:20 -05:00
fs_impl.c
fs_impl.h
fs.c fs: Correct LOG_ERR messages for directory API calss 2021-11-09 16:04:34 -06:00
fuse_fs_access.c
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.fatfs kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.littlefs kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
littlefs_fs.c fs: littlefs: Use flash map macro in automount 2022-03-26 12:15:09 +01:00
shell.c fs/shell: Fix formatting for output of ssize_t variable 2021-10-28 11:19:04 +02:00