incubator-nuttx/fs/spiffs
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
..
docs Remove the double blank line from source files 2022-02-20 20:10:14 +01:00
src fs/spiffs: Return OK on `spiffs_[f]stat` success 2024-08-01 01:27:25 +08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig SPIFFS select FS_LARGEFILE since it's required 2022-08-04 22:31:57 +08:00
Make.defs tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
README-spiffs.md Remove the double blank line from source files 2022-02-20 20:10:14 +01:00