RTEMS | Ported LittleFS (!1064)

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




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

 > +}
 > +
 > +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)

Where does this come from? Is there an example of calling it? Documentation?

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


More information about the bugs mailing list