Kconfig 215 B

123456789
  1. config FS_LITTLEFS
  2. bool "LITTLEFS File System"
  3. default n
  4. select FS_READABLE
  5. select FS_WRITABLE
  6. depends on !DISABLE_MOUNTPOINT
  7. ---help---
  8. Build the LITTLEFS file system. https://github.com/ARMmbed/littlefs.