RTEMS | uC5282: Implement new interrupt system (!887)
Vijay Banerjee (@vijay)
gitlab at rtems.org
Sun Dec 28 20:56:32 UTC 2025
Vijay Banerjee commented on a discussion on bsps/m68k/uC5282/irq/irq.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/887#note_137885
> + return RTEMS_UNSATISFIED;
> + }
> +
> + enable_irq(which, off);
> + return RTEMS_SUCCESSFUL;
> +}
> +
> +rtems_status_code bsp_interrupt_get_attributes(
> + rtems_vector_number vector,
> + rtems_interrupt_attributes *attributes
> +)
> +{
> + return RTEMS_SUCCESSFUL;
> +}
> +
> +rtems_status_code bsp_interrupt_is_pending(
Ah, indeed they do. Sorry for the misdirection.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/887#note_137885
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/20251228/77ada51c/attachment-0001.htm>
More information about the bugs
mailing list