RTEMS | uC5282: Implement new interrupt system (!887)

Jeremy Lorelli (@jjl77) gitlab at rtems.org
Sun Dec 28 20:44:07 UTC 2025




Jeremy Lorelli commented on a discussion on bsps/m68k/uC5282/irq/irq.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/887#note_137881

 > +    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(

Don't these `bsp_interrupt_xxx` directives get called by the `rtems_interrupt_xxx` directives?

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/887#note_137881
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/7e4ceb40/attachment-0001.htm>


More information about the bugs mailing list