[RTEMS Project] #3269: Make the IRQ extensions API a standard API

RTEMS trac trac at rtems.org
Tue Jul 27 05:44:20 UTC 2021


#3269: Make the IRQ extensions API a standard API
-----------------------------+------------------------------
 Reporter:  Sebastian Huber  |       Owner:  Sebastian Huber
     Type:  enhancement      |      Status:  assigned
 Priority:  normal           |   Milestone:  6.1
Component:  rtems            |     Version:  5
 Severity:  normal           |  Resolution:
 Keywords:  qualification    |  Blocked By:
 Blocking:                   |
-----------------------------+------------------------------

Comment (by Sebastian Huber <sebastian.huber@…>):

 In [changeset:"e5183238723bb35f5f5d2f0624b821f75f8b424b/rtems"
 e518323/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="e5183238723bb35f5f5d2f0624b821f75f8b424b"
 bsps/irq: Add rtems_interrupt_entry_install()

 Add rtems_interrupt_entry_remove().  Split up irq-generic.c into several
 files.
 In particular, place all functions which use dynamic memory into their own
 file.

 Add optional macros to let the BSP customize the vector installation after
 installing the first entry and the vector removal before removing the last
 entry:

 * bsp_interrupt_vector_install()

 * bsp_interrupt_vector_remove()

 Use these new customization options in the m68k/genmcf548x BSP so re-use
 the
 generic interrupt controller support.

 Update #3269.
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/3269#comment:45>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list