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
fcb
nvs nvs: improve nvs_flash_cmp_const() 2024-03-05 10:55:40 +01:00
CMakeLists.txt
fat_fs.c fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
fs_impl.c
fs_impl.h
fs.c fs: Clarify description of fs_open when no access bits given 2024-02-07 06:57:19 -06:00
fuse_fs_access.c
Kconfig fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
Kconfig.fatfs
Kconfig.littlefs
littlefs_fs.c fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
shell.c