You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
582 B
21 lines
582 B
menu "LittleFS Configuration"
|
|
|
|
choice LITTLEFS_DEVICE_TYPE
|
|
prompt "Select LittleFS Medium"
|
|
default LITTLE_FS_ON_FSPIM_SFUD
|
|
help
|
|
Select medium to store LittleFS
|
|
config LITTLE_FS_ON_FSPIM_SFUD
|
|
bool
|
|
prompt "Use Spi Nor Flash(SFUD)"
|
|
select USE_SPI
|
|
select USE_FSPIM
|
|
select SFUD_CTRL_FSPIM
|
|
config LITTLE_FS_DRY_RUN
|
|
bool
|
|
prompt "Dry Run on RAM(Volatile)/File(Persist)"
|
|
select USE_FATFS
|
|
help
|
|
Run Littlefs in emulated block device
|
|
endchoice # LITTLEFS_DEVICE_TYPE
|
|
endmenu
|