Files
esp-idf/examples/storage/fatfs/fatfsgen/main/Kconfig.projbuild
2024-10-10 16:41:58 +08:00

11 lines
363 B
Plaintext

menu "Example Configuration"
config EXAMPLE_FATFS_MODE_READ_ONLY
bool "Read only mode for generated FATFS image"
default y
help
If read-only mode is set, the generated fatfs image will be raw (without wear levelling support).
Otherwise it will support wear levelling that enables read-write mounting.
endmenu