source: rtems/spec/build/bsps/m68k/genmcf548x/grp.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: 818 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: group
3copyrights:
4- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
5enabled-by: true
6includes: []
7install: []
8ldflags: []
9links:
10- role: build-dependency
11  uid: ../../linkcmds
12- role: build-dependency
13  uid: abi
14- role: build-dependency
15  uid: obj
16- role: build-dependency
17  uid: optcpuclk
18- role: build-dependency
19  uid: optdbug
20- role: build-dependency
21  uid: optlowinit
22- role: build-dependency
23  uid: optm5484fireengine
24- role: build-dependency
25  uid: start
26- role: build-dependency
27  uid: ../grp
28- role: build-dependency
29  uid: ../../obj
30- role: build-dependency
31  uid: ../../objirq
32- role: build-dependency
33  uid: ../../optconsolebaud
34- role: build-dependency
35  uid: ../../bspopts
36type: build
37use-after: []
38use-before: []
Note: See TracBrowser for help on using the repository browser.