summaryrefslogtreecommitdiffstats
path: root/bsps/arm/shared/irq/irq-armv7m.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/irq: Use BSP_INTERRUPT_VECTOR_COUNTSebastian Huber2021-06-241-1/+1
| | | | | | Use BSP_INTERRUPT_VECTOR_COUNT instead of BSP_INTERRUPT_VECTOR_MAX. Update #3269.
* bsps/irq: Remove BSP_INTERRUPT_VECTOR_MINSebastian Huber2021-06-241-1/+1
| | | | | | | | | | 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.
* arm: ARMv7-M statically initialized vector tableSebastian Huber2020-04-031-18/+32
| | | | | | | Statically initialize the ARMv7-M vector table to allow a placement in ROM with read-only MPU settings. Change licence to BSD-2-Clause in some files.
* bsps: Move interrupt controller support to bspsSebastian Huber2018-04-231-0/+67
This patch is a part of the BSP source reorganization. Update #3285.