mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
363 B
Plaintext
11 lines
363 B
Plaintext
|
menu "Example Configuration"
|
||
|
|
||
|
config EXAMPLE_FATFS_MODE_READ_ONLY
|
||
|
bool "Read only mode for generated FATFS image"
|
||
|
default n
|
||
|
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
|