bsps/irq: Remove BSP_INTERRUPT_VECTOR_MIN

Remove BSP_INTERRUPT_VECTOR_MIN and unconditionally let interrupt vector
numbers start with zero.

The BSP_INTERRUPT_VECTOR_MIN == 0 invariant was tested by the previous commit
and building all BSPs.

Update #3269.
This commit is contained in:
Sebastian Huber
2021-06-18 07:37:18 +02:00
parent f3acb8bf03
commit af73b7b64b
61 changed files with 16 additions and 107 deletions

View File

@@ -79,7 +79,6 @@ extern "C" {
#define BSP_RT_TIMER3 10
#define BSP_SMP_IPI 16 /* not part of the ATPIC */
#define BSP_INTERRUPT_VECTOR_MIN BSP_IRQ_VECTOR_LOWEST_OFFSET
#define BSP_INTERRUPT_VECTOR_MAX BSP_IRQ_VECTOR_MAX_OFFSET
/** @brief