Sebastian Huber
9a029cec02
bsps/irq: Use rtems_malloc()
2018-11-12 13:26:22 +01:00
Sebastian Huber
32ccc016d8
bsps: Fix the generic IRQ support
...
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 .
2018-08-03 14:14:19 +02:00
Sebastian Huber
dea4bbe374
bsps: Avoid malloc() in generic IRQ support
...
Use rtems_heap_allocate_aligned_with_boundary() instead of malloc() to
avoid a dependency on errno.
2018-06-05 07:08:40 +02:00
Sebastian Huber
9b7c456732
bsps: Move generic IRQ support to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-09 07:09:47 +02:00