Lines Matching +full:maximum +full:- +full:read
4 # SPDX-License-Identifier: Apache-2.0
19 int "Maximum number of opened files"
22 This is a global maximum across all mounted littlefs filesystems.
25 int "Maximum number of opened directories"
28 This is a global maximum across all mounted littlefs filesystems.
31 int "Minimum size of a block read"
34 All read operations will be a multiple of this value.
47 needs a read cache, a program cache, and one additional cache
50 multiple of the read and program sizes of the underlying flash
67 is moved to another block. Set to a non-positive value to
76 littlefs requires a per-file buffer to cache data.
84 per-allocation overhead that affects how much usable space is
87 If this option is set to a non-positive value the heap is sized to
94 int "Size of per-allocation overhead for littleFS heap in bytes"
101 NOTE: when your app fails to open pre-defined number of files, as set
123 default y if $(dt_compat_any_has_prop,$(DT_COMPAT_ZEPHYR_FSTAB_LITTLEFS),disk-version)