RTEMS | bsps/shared/flash: Add a JFFS2 flashdev driver (!319)

Kinsey Moore (@opticron) gitlab at rtems.org
Tue Nov 19 14:10:22 UTC 2024




Kinsey Moore commented on a discussion on bsps/include/dev/flash/jffs2_flashdev.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/319#note_115239

 > + * flashdev-controlled device file.
 > + *
 > + * @param  flashdev_path is a device file created by the flashdev backend
 > + * @param  mount_dir is the location at which to mount the JFFS2 filesystem
 > + * @param  region is a description of the segment of the device file to mount
 > + * @param  read_only is a flag indicating whether the mounted JFFS2 filesystem
 > + *         can be written
 > + *
 > + * @return RTEMS_SUCCESSFUL on success.
 > + */
 > +rtems_status_code jffs2_flashdev_mount(
 > +  const char *flashdev_path,
 > +  const char *mount_dir,
 > +  rtems_flashdev_region *region,
 > +  bool read_only
 > +);

This has been added via the patch provided in the associated issue.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/319#note_115239
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/20241119/f59793a0/attachment-0001.htm>


More information about the bugs mailing list