mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user