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
|