nuttx/fs/spiffs/src
2018-09-30 07:15:15 -06:00
..
spiffs.h fs/spiffs: Need to flush cache to FLASH when closing file. Also updates TODO list. 2018-09-29 15:04:11 -06:00
spiffs_cache.c fs/spiffs: The MTD interfaces needs its own, dedicated page buffer for read-modify-write operations. It cannot share the normal 'working' page buffer because it is sometimes in-use when the MTD interface needs it. Also and more DEBUG output and controls for the MTD interface. 2018-09-27 09:35:58 -06:00
spiffs_cache.h fs/spiffs: Costmetic name changes more more consistency. 2018-09-26 15:50:55 -06:00
spiffs_check.c Trivial update to a comments and to SPIFFS comments and debug output. 2018-09-30 07:15:15 -06:00
spiffs_check.h fs/spiffs: Add logic to dump the logical context of the FLASH. 2018-09-28 11:23:42 -06:00
spiffs_core.c Trivial update to a comments and to SPIFFS comments and debug output. 2018-09-30 07:15:15 -06:00
spiffs_core.h fs/spiffs: Fix some disagreement between the NuttX wrapper and the core SPIFFS with regard to meaning of a return value. This was causing more writes than necessary and wasting FLASH space. 2018-09-29 11:01:46 -06:00
spiffs_gc.c Trivial update to a comments and to SPIFFS comments and debug output. 2018-09-30 07:15:15 -06:00
spiffs_gc.h This commit brings in an inital port of the SPIFFS flash file system into NuttX. The file system is still untested at this point (and subject to some additional review). It is, however, marked EXPERIMENTAL should this should not cause a problem for anyone. 2018-09-24 18:05:09 -06:00
spiffs_mtd.c fs/spiffs: The MTD interfaces needs its own, dedicated page buffer for read-modify-write operations. It cannot share the normal 'working' page buffer because it is sometimes in-use when the MTD interface needs it. Also and more DEBUG output and controls for the MTD interface. 2018-09-27 09:35:58 -06:00
spiffs_mtd.h fs/spiffs: The MTD interfaces needs its own, dedicated page buffer for read-modify-write operations. It cannot share the normal 'working' page buffer because it is sometimes in-use when the MTD interface needs it. Also and more DEBUG output and controls for the MTD interface. 2018-09-27 09:35:58 -06:00
spiffs_vfs.c Trivial update to a comments and to SPIFFS comments and debug output. 2018-09-30 07:15:15 -06:00
spiffs_volume.c fs/spiffs: Need to flush cache to FLASH when closing file. Also updates TODO list. 2018-09-29 15:04:11 -06:00