This commit has added new flag FS_O_TRUNC to support truncation during file open. Modified fs_open to handle truncation based on provided flags. Included unit tests for flag behavior with common filesystems. Signed-off-by: RAJAGOPALAN GANGADHARAN <g.raju2000@gmail.com> |
||
|---|---|---|
| .. | ||
| ext2 | ||
| fcb | ||
| nvs | ||
| CMakeLists.txt | ||
| fat_fs.c | ||
| fs_impl.c | ||
| fs_impl.h | ||
| fs.c | ||
| fuse_fs_access.c | ||
| Kconfig | ||
| Kconfig.fatfs | ||
| Kconfig.littlefs | ||
| littlefs_fs.c | ||
| shell.c | ||