summaryrefslogtreecommitdiffstats
path: root/bsps/shared/irq-sources.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Add rtems_interrupt_vector_enable()Sebastian Huber2021-07-261-0/+1
| | | | | | Add rtems_interrupt_vector_disable(). Update #3269.
* bsps/irq: Move handler iterate to separate fileSebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* bsps/irq: Move get/set affinity to separate fileSebastian Huber2021-07-261-0/+1
| | | | Update #3269.
* bsps: Fix the generic IRQ supportSebastian Huber2018-08-031-0/+1
| | | | | | | | | The genmcf548x partly uses is own implementation of the interrupt extension API for libbsd support. This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move generic IRQ support to bspsSebastian Huber2018-04-091-0/+5
This patch is a part of the BSP source reorganization. Update #3285.