Changeset cd5573c in rtems for bsps/arm/stm32f4/include

Timestamp:
06/19/21 10:40:57 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
049e2b6
Parents:
900a84c5
git-author:
Sebastian Huber <sebastian.huber@…> (06/19/21 10:40:57)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/24/21 09:35:49)
Message:

bsps/irq: Add BSP_INTERRUPT_VECTOR_COUNT

Assert BSP_INTERRUPT_VECTOR_MAX + 1 == BSP_INTERRUPT_VECTOR_COUNT.

After building all BSPs with this patch, BSP_INTERRUPT_VECTOR_MAX can be
removed and replaced by BSP_INTERRUPT_VECTOR_COUNT. The
BSP_INTERRUPT_VECTOR_COUNT allows a default implementation which supports no
interrupt vector at all. Using COUNT instead of MAX may avoid some
interpretation issues, for example is the maximum value a valid vector number
or not.

Update #3269.

(No files)

Note: See TracChangeset for help on using the changeset viewer.