nuttx/fs/spiffs/src
Tiago Medicci fe45d8aace fs/spiffs: Return OK on spiffs_[f]stat success
According to the POSIX standard, `fstat` and `stat` should return 0
(`OK`) on success. This commit changed the underlying `spiffs`
implementation to follow the POSIX standard.
2024-08-01 01:27:25 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
spiffs.h libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
spiffs_cache.c
spiffs_cache.h
spiffs_check.c
spiffs_check.h
spiffs_core.c Replace all strncpy with strlcpy for safety 2022-08-25 13:38:36 +08:00
spiffs_core.h Fix nuttx coding style 2023-07-11 23:32:17 +08:00
spiffs_gc.c
spiffs_gc.h
spiffs_mtd.c
spiffs_mtd.h nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
spiffs_vfs.c fs/spiffs: Return OK on spiffs_[f]stat success 2024-08-01 01:27:25 +08:00
spiffs_volume.c