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

   ## Summary
   
   This change is still under discussion:
   https://github.com/apache/nuttx/pull/14844
   https://github.com/apache/nuttx/pull/14479
   Before the littlefs community merges lfs_file_getattr / lfs_file_setattr, 
use the existing lfs_setattr / lfs_getattr to achieve the same purpose.
   **This change may be relatively cumbersome because we need to convert from 
filep to path.**
   
   **Changes**
   The implementation is as summarized above
   
   ## Impact
   
   **Is a new feature added?:** NO
   **Impact on build:** NO
   **Impact on hardware:** NO, this change does not specifically target any 
particular hardware architectures or boards.
   **Impact on documentation:** NO,This patch does not introduce any new 
features
   **Impact on compatibility:** This implementation aims to be backward 
compatible. No existing functionality is expected to be broken.
   
   ## Testing
   
   Build Host(s): Linux x86
   Target(s): sim/nsh
   
   It is insensitive to the use of the upper layer. We use another interface to 
implement the equivalent method.
   ```
   nsh> cd test
   nsh> hello
   File size: 5 bytes
   File permissions: 777
   Last access time: 0
   Last modification time: 0
   ```
   
   
   
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to