Sebastian Huber
|
bcef89f236
|
Update company name
The embedded brains GmbH & Co. KG is the legal successor of embedded
brains GmbH.
|
2023-05-20 11:05:26 +02:00 |
|
Sebastian Huber
|
d36070fec8
|
intr: Add Interrupt Manager implementation group
The shared BSP interrupt controller support code actually implements
parts of the Interrupt Manager.
Update #3706.
|
2023-01-24 09:56:53 +01:00 |
|
Sebastian Huber
|
32f5a195d7
|
bsps/irq: bsp_interrupt_vector_disable()
Return a status code for bsp_interrupt_vector_disable().
Update #3269.
|
2021-07-26 19:57:31 +02:00 |
|
Sebastian Huber
|
bc86a5fa84
|
bsps/irq: bsp_interrupt_vector_enable()
Return a status code for bsp_interrupt_vector_enable().
Update #3269.
|
2021-07-26 19:57:30 +02:00 |
|
Sebastian Huber
|
eebecd09fa
|
bsps/irq: Add rtems_interrupt_get_attributes()
Add a default implementation which clears the attributes to zero and
just returns RTEMS_SUCCESSFUL for valid parameters.
Update #3269.
|
2021-07-26 17:08:42 +02:00 |
|
Sebastian Huber
|
781213f9ec
|
bsps/irq: Add rtems_interrupt_vector_is_enabled()
Add a default implementation which just returns RTEMS_UNSATISFIED for
valid parameters.
Update #3269.
|
2021-07-26 07:54:25 +02:00 |
|
Sebastian Huber
|
96265c87a3
|
rtems: Add rtems_interrupt_vector_enable()
Add rtems_interrupt_vector_disable().
Update #3269.
|
2021-07-26 07:54:25 +02:00 |
|