RTEMS | iospace: Add iospace driver (!1243)
Kinsey Moore (@opticron)
gitlab at rtems.org
Thu May 14 13:17:32 UTC 2026
Kinsey Moore started a new discussion on testsuites/libtests/iospace01/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_150043
> + rtems_test_assert( iospace != NULL );
> +
> + status = rtems_iospace_register( iospace, IOSPACE_PATH );
> + rtems_test_assert( !status );
> +
> + status = rtems_iospace_unregister( IOSPACE_PATH );
> + rtems_test_assert( !status );
> +
> + rtems_test_assert( rtems_resource_snapshot_check( &snapshot ) );
> +
> + /* Initialize the iospace device driver and iospace */
> + iospace = test_iospace_init();
> + rtems_test_assert( iospace != NULL );
> +
> + /* Register the iospace as a device */
> + status = rtems_iospace_register( iospace, IOSPACE_PATH );
There is not a matching unregister for this registration call.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_150043
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/20260514/22c7a8af/attachment.htm>
More information about the bugs
mailing list