guohao15 opened a new pull request, #13964:
URL: https://github.com/apache/nuttx/pull/13964

   ## Summary
   add functions for littlefs : 
   
   static int     littlefs_fchstat(FAR const struct file *filep, 
                                             FAR const struct stat *buf, int 
flags);
   static int     littlefs_chstat(FAR struct inode *mountpt,
                                            FAR const char *relpath,
                                            FAR const struct stat *buf, int 
flags);
   
   ## Impact
   
   littlefs_vfs  
   
   ## Testing
   NuttxSyscallTestSuites
   NuttxFsTestSuites
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to