10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
|
config FS_LITTLEFS
|
||
|
bool "LITTLEFS File System"
|
||
|
default n
|
||
|
select FS_READABLE
|
||
|
select FS_WRITABLE
|
||
|
depends on !DISABLE_MOUNTPOINT && MTD_BYTE_WRITE && EXPERIMENTAL
|
||
|
---help---
|
||
|
Build the LITTLEFS file system. https://github.com/ARMmbed/littlefs.
|
||
|
|