Examples | filesystem: Add FatFs installed-header example (!26)

Gedare Bloom (@gedare) gitlab at rtems.org
Wed Jun 3 21:16:20 UTC 2026




Gedare Bloom commented on a discussion on filesystem/fat_header/init.c: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/26#note_151732

 > +
 > +#include <rtems.h>
 > +#include <stdio.h>
 > +#include <stdlib.h>
 > +
 > +#include <rtems/fatfs/rtems-fatfs.h>
 > +
 > +rtems_task Init(
 > +  rtems_task_argument ignored
 > +)
 > +{
 > +  FATFS fs;
 > +
 > +  (void) fs;
 > +
 > +  printf("*** FATFS HEADER TEST ***\n");

I would like an example of how to use the fatfs filesystem externally to RTEMS. It's not a pressing need, more of a "like to have"

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/26#note_151732
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/20260603/337be95d/attachment.htm>


More information about the bugs mailing list