This is an automated email from the ASF dual-hosted git repository.
ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 140ce28616 Update github pull request template.
new 44992c8821 fs/littlefs: Implement fchstat and chstat of littlefs
new f70de1c65f fs/littlefs: Fix the bug of missing file types
new 0ab637f57e fs/littlefs: Add attr to dirA
new c5779297cf littlefs/stat: return OK when stat success
new 8f6ea8896f fs/littlefs: revert fstat and use lfs_file_attr function
new da5839c6f2 littlefs: fix warnings
new 69f3774f30 littlefs:remove the '/' in the end of relpath in mkdir
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
fs/littlefs/CMakeLists.txt | 6 +-
fs/littlefs/Make.defs | 1 +
fs/littlefs/lfs_getsetattr.patch | 80 ++++++++++
fs/littlefs/lfs_vfs.c | 330 ++++++++++++++++++++++++++++++++++++---
4 files changed, 391 insertions(+), 26 deletions(-)
create mode 100644 fs/littlefs/lfs_getsetattr.patch