Changeset e518323 in rtems for spec/build/bsps/objirq.yml


Ignore:
Timestamp:
06/25/21 13:52:16 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
b910e60
Parents:
70357f1
git-author:
Sebastian Huber <sebastian.huber@…> (06/25/21 13:52:16)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/26/21 17:57:31)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/build/bsps/objirq.yml

    r70357f1 re518323  
    1414- bsps/shared/irq/irq-raise-clear.c
    1515- bsps/shared/irq/irq-enable-disable.c
     16- bsps/shared/irq/irq-entry-remove.c
    1617- bsps/shared/irq/irq-generic.c
     18- bsps/shared/irq/irq-handler-install.c
    1719- bsps/shared/irq/irq-handler-iterate.c
     20- bsps/shared/irq/irq-handler-remove.c
    1821- bsps/shared/irq/irq-info.c
    1922- bsps/shared/irq/irq-legacy.c
Note: See TracChangeset for help on using the changeset viewer.