On Wed, Jul 21, 2021 at 12:07 PM Sebastian Huber
wrote:
>
> On 21/07/2021 20:00, Gedare Bloom wrote:
> >> + /**
> >> + * @brief This member is true, if the interrupt vector may be enabled by
> >> + * rtems_interrupt_vector_enable(), otherwise it is false.
> >> + *
> >> + * When an inter
On 21/07/2021 20:00, Gedare Bloom wrote:
+ /**
+ * @brief This member is true, if the interrupt vector may be enabled by
+ * rtems_interrupt_vector_enable(), otherwise it is false.
+ *
+ * When an interrupt vector may be enabled, this means that the enabled state
+ * may be changed f
On Mon, Jul 12, 2021 at 6:50 AM Sebastian Huber
wrote:
>
> Add a directive to query the attributes of an interrupt vector. This
nit, add "can"
> be used for generic tests and system diagnostics.
>
> Update #3269.
> ---
> cpukit/include/rtems/irq-extension.h | 198 +++
>