Of the filesystems under subsys/fs/, only the ELM FAT filesystem needs the disk layer as others (like NFFS) talk directly to the flash API. This removes the need to define CONFIG_DISK_ERASE_BLOCK_SIZE and similar which are used by the disk subsystem but not by NFFS. Signed-off-by: Michael Hope <mlhx@google.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| fat_fs.c | ||
| Kconfig | ||
| nffs_fs.c | ||
| shell.c | ||