RTEMS | iospace: Add iospace driver (!1243)

Gedare Bloom (@gedare) gitlab at rtems.org
Wed Jun 17 14:23:08 UTC 2026




Gedare Bloom started a new discussion on cpukit/dev/io/iodev.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_152622

 > +  }
 > +}
 > +
 > +static int rtems_iodev_mmap(
 > +  rtems_libio_t *iop,
 > +  void         **addr,
 > +  size_t         len,
 > +  int            prot,
 > +  off_t          off
 > +)
 > +{
 > +  rtems_iodev        *iodev = IMFS_generic_get_context_by_iop( iop );
 > +  rtems_iodev_region *regions;
 > +  size_t                region_count = 0;
 > +
 > +  if (len == 0 || *addr != NULL || off < 0) {

re-run our `clang-format` on the code in cpukit and testsuites.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_152622
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/20260617/357be4c1/attachment-0001.htm>


More information about the bugs mailing list