[rtems commit] bsps/riscv: RISCV_MAXIMUM_EXTERNAL_INTERRUPTS

Sebastian Huber sebh at rtems.org
Thu Nov 10 07:44:05 UTC 2022


Module:    rtems
Branch:    master
Commit:    7d17b996601a985a1eb2e8c58d00c48af6323688
Changeset: http://git.rtems.org/rtems/commit/?id=7d17b996601a985a1eb2e8c58d00c48af6323688

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Oct 26 13:05:55 2022 +0200

bsps/riscv: RISCV_MAXIMUM_EXTERNAL_INTERRUPTS

Increase RISCV_MAXIMUM_EXTERNAL_INTERRUPTS to 128 to support recent Qemu
versions by default.

---

 spec/build/bsps/riscv/optextirqmax.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/build/bsps/riscv/optextirqmax.yml b/spec/build/bsps/riscv/optextirqmax.yml
index 84dbbb7705..20b05b4aaf 100644
--- a/spec/build/bsps/riscv/optextirqmax.yml
+++ b/spec/build/bsps/riscv/optextirqmax.yml
@@ -5,13 +5,13 @@ actions:
 build-type: option
 copyrights:
 - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: 64
+default: 128
 default-by-variant:
 - value: 187
   variants:
   - riscv/mpfs64.*
 description: |
-  maximum number of external interrupts supported by the BSP (default 64)
+  maximum number of external interrupts supported by the BSP (default 128)
 enabled-by: true
 format: '{}'
 links: []



More information about the vc mailing list