diff options
author | Inès Varhol <ines.varhol@telecom-paris.fr> | 2024-07-07 10:58:53 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-07-11 11:41:34 +0100 |
commit | 27d405301a676beffea4c13f5108c344fa6b8165 (patch) | |
tree | fa9d6e70aa45e11c7f7b1c058069044d9eba7a78 /scripts/oss-fuzz | |
parent | 0487c631801bf21e5e2ca8a54bf207fb78bd64bf (diff) | |
download | qemu-27d405301a676beffea4c13f5108c344fa6b8165.zip qemu-27d405301a676beffea4c13f5108c344fa6b8165.tar.gz qemu-27d405301a676beffea4c13f5108c344fa6b8165.tar.bz2 |
hw/misc: In STM32L4x5 EXTI, consolidate 2 constants
Up until now, the EXTI implementation had 16 inbound GPIOs connected to
the 16 outbound GPIOs of STM32L4x5 SYSCFG.
The EXTI actually handles 40 lines (namely 5 from STM32L4x5 USART
devices which are already implemented in QEMU).
In order to connect USART devices to EXTI, this commit consolidates
constants `EXTI_NUM_INTERRUPT_OUT_LINES` (40) and
`EXTI_NUM_GPIO_EVENT_IN_LINES` (16) into `EXTI_NUM_LINES` (40).
Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20240707085927.122867-2-ines.varhol@telecom-paris.fr
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts/oss-fuzz')
0 files changed, 0 insertions, 0 deletions