This patch removes the need for application build script code to explicitly link 'app' with a filesystem implementation. It does this by introducing a zephyr interface library called 'FS' that contains the usage requirements for linking with the filesystem library subsys__fs and using Kconfig to default to linking the 'app' library with this interface library. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| fcb | ||
| nvs | ||
| CMakeLists.txt | ||
| fat_fs.c | ||
| fs.c | ||
| Kconfig | ||
| nffs_fs.c | ||
| shell.c | ||