nuttx/fs/spiffs/src
YAMAMOTO Takashi 9b7e7efeb8 spiffs_pgobj_ndxheader_s: Add a missing alignment
Withtout this change, I was not able to read images built
with the following tools:

    * https://github.com/igrr/mkspiffs
    * spiffsgen.py from ESP-IDF

Introduce a new Kconfig option, SPIFFS_COMPAT_OLD_NUTTX,
for those who prefer to keep the on-disk (bug-to-bug?) compatibility
with the older NuttX.
2021-01-06 03:06:39 -06:00
..
spiffs_cache.c
spiffs_cache.h
spiffs_check.c fix nxstyle warning 2020-07-10 21:30:02 +01:00
spiffs_check.h
spiffs_core.c fs/spiffs/src/spiffs_core.c: Don't assume finfo() is a macro 2020-12-06 09:03:09 -06:00
spiffs_core.h spiffs_pgobj_ndxheader_s: Add a missing alignment 2021-01-06 03:06:39 -06:00
spiffs_gc.c fs/spiffs/src/spiffs_gc.c: Fix syslog formats 2020-11-24 22:31:33 -08:00
spiffs_gc.h
spiffs_mtd.c fs/spiffs/src/spiffs_mtd.c: Fix syslog formats 2020-11-24 22:31:33 -08:00
spiffs_mtd.h
spiffs_vfs.c fs/spiffs/src/spiffs_vfs.c: Fix a comment typo 2020-12-18 06:32:40 -06:00
spiffs_volume.c
spiffs.h