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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
