RTEMS | Ported LittleFS (!1064)
Joel Sherrill (@joel)
gitlab at rtems.org
Tue Feb 17 20:34:09 UTC 2026
Joel Sherrill started a new discussion on cpukit/libfs/src/littlefs/rtems-littlefs.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142907
> +
> +#include <rtems/libio_.h>
> +#include <rtems/seterr.h>
> +#include <rtems/littlefs.h>
> +
> +#include <lfs.h>
> +
> +#ifdef __cplusplus
> +extern "C" {
> +#endif // __cplusplus
> +
> +#define RTEMS_LITTLEFS_MAX_PATHLEN PATH_MAX
> +#define RTEMS_LITTLEFS_BLOCK_SIZE 512
> +#define RTEMS_LITTLEFS_ATTR_KEY 'p'
> +
> +struct rtems_littlefs_attr_data {
Needs Doxygen on everything in this header.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142907
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/20260217/56fd1e11/attachment-0001.htm>
More information about the bugs
mailing list