zephyr/subsys/fs
Mike J. Chen 894503c758 nvs: improve nvs_flash_cmp_const()
Replace the use of a memcmp of a temp buffer filled with
the comparison value with a direct comparison of
the read buffer contents.

Improves speed of the function (no more memset() call)
and reduces stack usage.

Signed-off-by: Mike J. Chen <mjchen@google.com>
2024-03-05 10:55:40 +01:00
..
ext2 random: Rename random header 2023-10-10 14:23:50 +03:00
fcb
nvs nvs: improve nvs_flash_cmp_const() 2024-03-05 10:55:40 +01:00
CMakeLists.txt flash host fuse access: Fix for native_sim 2023-11-17 09:23:48 +01:00
Kconfig fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
Kconfig.fatfs modules: fs: Add reentrant zephyr support 2023-03-13 11:58:57 +01:00
Kconfig.littlefs fs: littlefs: remove dependency on flash map from FILE_SYSTEM_LITTLEFS 2023-05-19 15:53:29 +02:00
fat_fs.c fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
fs.c fs: Clarify description of fs_open when no access bits given 2024-02-07 06:57:19 -06:00
fs_impl.c
fs_impl.h
fuse_fs_access.c fs: fuse: Avoid possible buffer overflow 2024-01-08 13:29:19 -05:00
littlefs_fs.c fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
shell.c fs: shell: littlefs: add support of block devices 2023-09-01 17:44:15 +02:00