RTEMS | bsps/shared: Add XNandPsu flashdev backend (!849)

Kinsey Moore (@opticron) gitlab at rtems.org
Wed Dec 3 14:20:21 UTC 2025




Kinsey Moore commented on a discussion on bsps/shared/dev/flash/xnandpsu_flashdev.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/849#note_136600

 > +#include <dev/flash/xnandpsu_flashdev.h>
 > +#include <dev/nand/xnandpsu_bbm.h>
 > +#include <errno.h>
 > +#include <rtems/libcsupport.h>
 > +#include <rtems/libio.h>
 > +#include <rtems/malloc.h>
 > +#include <rtems/score/basedefs.h>
 > +#include <rtems/thread.h>
 > +#include <stdlib.h>
 > +#include <string.h>
 > +#include <sys/stat.h>
 > +#include <sys/types.h>
 > +
 > +#define XNANDPSU_FLASH_MAX_REGIONS ( (size_t) 32 )
 > +
 > +/*

Fixed in the latest push

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/849#note_136600
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/20251203/6bb03f72/attachment-0001.htm>


More information about the bugs mailing list