incubator-nuttx/fs/littlefs
crafcat7 8b95b7ca5b littlefs: Get and return the current error status before RMDIR execution type
In some cases, deleting a folder will return unexpected results. For example, ENOENT should be returned when deleting a non-existent folder, but the result will return ENOTDIR.
2022-12-03 02:44:49 +08:00
..
.gitignore build: Remve the unnecessary .gitignore 2020-05-23 18:00:40 +01:00
Kconfig littlefs: add a few Kconfig options 2022-12-01 23:34:31 +08:00
Make.defs littlefs: add a few Kconfig options 2022-12-01 23:34:31 +08:00
lfs_vfs.c littlefs: Get and return the current error status before RMDIR execution type 2022-12-03 02:44:49 +08:00
lfs_vfs.h Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00