bsps/riscv: RISCV_MAXIMUM_EXTERNAL_INTERRUPTS

Increase RISCV_MAXIMUM_EXTERNAL_INTERRUPTS to 128 to support recent Qemu
versions by default.
This commit is contained in:
Sebastian Huber
2022-11-10 08:55:38 +01:00
parent f151e6f680
commit 7d17b99660
+2 -2
View File
@@ -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: []