Examples | filesystem: Add FatFs installed-header example (!26)
SHIVAM DEOLANKAR (@D3athSkulll)
gitlab at rtems.org
Mon May 25 17:07:54 UTC 2026
SHIVAM DEOLANKAR commented on a discussion on filesystem/fat_header/init.c: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/26#note_151003
> +
> +#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");
Can you link a doc or reference for this mr or change.
you had asked for this in https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1071.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/26#note_151003
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/20260525/286debed/attachment.htm>
More information about the bugs
mailing list