[PATCH] bsps/riscv: RISCV_MAXIMUM_EXTERNAL_INTERRUPTS
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Oct 26 11:07:56 UTC 2022
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: []
--
2.35.3
More information about the devel
mailing list