You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/01/06 09:06:54 UTC

[incubator-nuttx] branch master updated (98382dd -> b3d3621)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 98382dd  sched: Add include/sys/poll.h
     add e38463f  fs/spiffs/src/spiffs_core.h: Appease nxstyle
     add 9b7e7ef  spiffs_pgobj_ndxheader_s: Add a missing alignment
     add c9b783e  spiffs: Prefix filenames with '/' as other implmenetations do
     add 3ba050a  spiffs: Rename the upsteam readme to README-spiffs.md
     add 7305e04  spiffs/Kconfig: Mention that CONFIG_SPIFFS_MAX_NAME is an on-flash thing
     add b3d3621  spiffs: Document how to generate images

No new revisions were added by this update.

Summary of changes:
 fs/spiffs/Kconfig                         |  32 +++++
 fs/spiffs/{README.md => README-spiffs.md} |   0
 fs/spiffs/README.md                       | 222 +++---------------------------
 fs/spiffs/src/spiffs_core.c               |  16 ++-
 fs/spiffs/src/spiffs_core.h               |  64 ++++++---
 fs/spiffs/src/spiffs_vfs.c                |  13 +-
 6 files changed, 117 insertions(+), 230 deletions(-)
 copy fs/spiffs/{README.md => README-spiffs.md} (100%)