source: rtems/spec/build/bsps/objirq.yml @ e518323

Last change on this file since e518323 was e518323, checked in by Sebastian Huber <sebastian.huber@…>, on 06/25/21 at 13:52:16

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.

  • Property mode set to 100644
File size: 715 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: objects
3cflags: []
4copyrights:
5- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
6cppflags: []
7cxxflags: []
8enabled-by: true
9includes: []
10install: []
11links: []
12source:
13- bsps/shared/irq/irq-affinity.c
14- bsps/shared/irq/irq-raise-clear.c
15- bsps/shared/irq/irq-enable-disable.c
16- bsps/shared/irq/irq-entry-remove.c
17- bsps/shared/irq/irq-generic.c
18- bsps/shared/irq/irq-handler-install.c
19- bsps/shared/irq/irq-handler-iterate.c
20- bsps/shared/irq/irq-handler-remove.c
21- bsps/shared/irq/irq-info.c
22- bsps/shared/irq/irq-legacy.c
23- bsps/shared/irq/irq-lock.c
24- bsps/shared/irq/irq-server.c
25- bsps/shared/irq/irq-shell.c
26type: build
Note: See TracBrowser for help on using the repository browser.