zephyr/tests/subsys/fs/littlefs
Mykola Kvach 26c9721b67 fs: littlefs: add alignment arg to FS_LITTLEFS_DECLARE_CUSTOM_CONFIG macro
Add alignment parameter to FS_LITTLEFS_DECLARE_CUSTOM_CONFIG macro, it
speeds up read/write operation for SDMMC devices in case when we align
buffers on CONFIG_SDHC_BUFFER_ALIGNMENT, because we can avoid extra copy
of data from card bffer to read/prog buffer. See, how 'card_read_blocks'
function works.

Signed-off-by: Mykola Kvach <mykola_kvach@epam.com>
2023-09-01 17:44:15 +02:00
..
boards tests: enable flash tests for mr_canhubk3 board 2023-07-26 09:44:14 +02:00
src fs: littlefs: add alignment arg to FS_LITTLEFS_DECLARE_CUSTOM_CONFIG macro 2023-09-01 17:44:15 +02:00
CMakeLists.txt tests: fs: Move testfs_utils to common directory 2023-08-03 12:22:01 -04:00
Kconfig
prj.conf tests/samples: Replace minimal libc malloc configs with common ones 2023-04-27 20:17:24 +09:00
testcase.yaml samples/tests: littlefs: tag littlefs samples/tests 2023-08-24 13:41:26 -04:00