summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-11-11 16:35:15 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-11-11 16:38:25 +0100
commit908ffc7a932ea0a14ed3d4644d2608acfe2780f5 (patch)
tree551708655c2de51def1f83cd8b72e6e870409eb8
parentcpukit/fdt: Fix typos and clarify params (diff)
downloadrtems-908ffc7a932ea0a14ed3d4644d2608acfe2780f5.tar.bz2
bsps/noel: Fix interrupt support
-rw-r--r--bsps/riscv/noel/include/bsp/irq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsps/riscv/noel/include/bsp/irq.h b/bsps/riscv/noel/include/bsp/irq.h
index ae1ba3c757..93c9780111 100644
--- a/bsps/riscv/noel/include/bsp/irq.h
+++ b/bsps/riscv/noel/include/bsp/irq.h
@@ -58,6 +58,8 @@
#define BSP_INTERRUPT_VECTOR_COUNT RISCV_INTERRUPT_VECTOR_EXTERNAL(RISCV_MAXIMUM_EXTERNAL_INTERRUPTS)
+#define BSP_INTERRUPT_CUSTOM_VALID_VECTOR
+
rtems_status_code bsp_interrupt_set_affinity(
rtems_vector_number vector,
const Processor_mask *affinity