Examples | filesystem: Add FatFs installed-header example (!26)
Joel Sherrill (@joel)
gitlab at rtems.org
Wed Jun 3 22:01:09 UTC 2026
Joel Sherrill commented on a discussion on filesystem/fat_header/init.c: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/26#note_151737
> +
> +#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");
The entire rtems-examples repository is an example. They are all examples of using some RTEMS feature or API built against an installed RTEMS.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/26#note_151737
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/2bbf8edb/attachment-0001.htm>
More information about the bugs
mailing list