zephyr/subsys/fs
Andrej Trnkóci 9ac8786bb2 fs: nvs: fix nvs static analysis error
There is asignment from size_t variable to uint8_t variable in
nvs_al_size function that can trigger static analysis error.
The problem is fixed by changing the variable to size_t type
instead of uint8_t.

Signed-off-by: Andrej Trnkóci <andrej.trnkoci@nxp.com>
2024-09-04 12:51:14 +02:00
..
ext2
fcb
nvs fs: nvs: fix nvs static analysis error 2024-09-04 12:51:14 +02:00
CMakeLists.txt
Kconfig
Kconfig.fatfs fs: fatfs: Add CONFIG_FS_MULTI_PARTITION 2024-09-03 14:39:18 +01:00
Kconfig.littlefs
fat_fs.c style: subsys: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
fs.c
fs_impl.c
fs_impl.h
fuse_fs_access.c fs: fuse: ensure S_IFxxx macros are available 2024-08-11 10:32:20 +02:00
littlefs_fs.c
shell.c