RTEMS | iospace: Add iospace driver (!1243)

Gedare Bloom (@gedare) gitlab at rtems.org
Tue Jun 2 17:05:22 UTC 2026




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

 > +  /**
 > +   * @brief Pointer to device driver.
 > +   */
 > +  void *driver;
 > +
 > +  /**
 > +   * @brief Mutex to protect the iodev device access.
 > +   */
 > +  rtems_recursive_mutex mutex;
 > +};
 > +
 > +/**
 > + * @brief Allocate and initialize the iodev device.
 > + *
 > + * After a successful allocation and initialization of the iodev device
 > + * it must be destroyed via rtems_iodev_destroy_and_free().

this function doesn't exist

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_151568
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/20260602/27783ef9/attachment.htm>


More information about the bugs mailing list