RTEMS | cpukit: Move FatFs core to cpukit/contrib (!1071)
Gedare Bloom (@gedare)
gitlab at rtems.org
Mon Apr 13 20:19:40 UTC 2026
Gedare Bloom started a new discussion on cpukit/libfs/src/fatfs/rtems-diskio.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1071#note_148504
> #include <rtems/bdbuf.h>
> #include <rtems/libio_.h>
>
> -#include "ff.h"
> -#include "diskio.h"
> +#include <ff.h>
> +#include <diskio.h>
I wonder if we should add some more layering here. I'm not sure it's a good idea to have such generic named include files in the root of the search path.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1071#note_148504
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/20260413/371d6459/attachment.htm>
More information about the bugs
mailing list