RTEMS | Ported LittleFS (!1064)

Joel Sherrill (@joel) gitlab at rtems.org
Tue Feb 17 20:34:21 UTC 2026




Joel Sherrill started a new discussion on cpukit/libfs/src/littlefs/rtems-littlefs.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142908

 > +
 > +  union {
 > +    lfs_file_t file_handle; 
 > +    lfs_dir_t dir_handle;
 > +  };
 > +
 > +  uid_t owner;
 > +  gid_t group;
 > +  mode_t mode;
 > +  time_t ctime, mtime, atime;
 > +
 > +  size_t path_len;
 > +  char path[];
 > +} rtems_littlefs_node_t;
 > +
 > +void rtems_littlefs_lock(const rtems_filesystem_mount_table_entry_t *mt_entry);

Doxygen comments and blank lines.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142908
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260217/2e90d0d6/attachment.htm>


More information about the bugs mailing list