RTEMS | Ported LittleFS (!1064)

Harshit Shivhare (@002harshit) gitlab at rtems.org
Thu Feb 19 05:45:23 UTC 2026




Harshit Shivhare commented on a discussion on cpukit/libfs/src/littlefs/rtems-littlefs-init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142965

 > +}
 > +
 > +static int rtems_littlefs_bd_unlock(const struct lfs_config *cfg)
 > +{
 > +  rtems_littlefs_config_context_t *ctx;
 > +
 > +  ctx = cfg->context;
 > +  if ( ctx == NULL ) {
 > +    return LFS_ERR_INVAL;
 > +  }
 > +
 > +  rtems_recursive_mutex_unlock(&ctx->mutex);
 > +  return LFS_ERR_OK;
 > +}
 > +
 > +int rtems_littlefs_config_init(struct lfs_config* lfs_cfg, char* device_path)

I'll add doxygen documentation

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142965
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/20260219/7da8364a/attachment.htm>


More information about the bugs mailing list